Column Chooser"
From Documentation
m (→Introduction) |
m |
||
Line 13: | Line 13: | ||
[[File:Column_Chooser_Custom_columnchooser.png]] | [[File:Column_Chooser_Custom_columnchooser.png]] | ||
+ | |||
+ | == Operation == | ||
+ | ===Drag & Drop=== | ||
+ | ===Add=== |
Revision as of 08:47, 30 May 2013
Author
Sam Chuang, Engineer, Potix Corporation
Sam Chuang, Engineer, Potix Corporation
Date
May 30, 2013
May 30, 2013
Version
ZK 6.0 and later
ZK 6.0 and later
Introduction
The Columnchooser is a popup component that shows a dialog of columns, group by column visibility, can be used with Grid, Listbox or any tabluar component. User can interact with the dialog to change column order or change column's visibility.
File:Column Chooser firstlook.png
Columnchooser is base on ZK MVVM, with it's advantage: developer can easily customize the UI (dialog) without touching ViewModel's code.
File:Column Chooser Custom columnchooser.png