Column Chooser"

From Documentation
m
m
Line 6: Line 6:
  
 
== Introduction ==
 
== Introduction ==
The Columnchooser is a component that shows a dialog of columns, can be used with Grid, Listbox or any tabluar UI. <br/>
+
The Columnchooser is a popup component that shows a dialog of columns, can be used with Grid, Listbox or any tabluar component. <br/>
 +
 
 +
[[File:Column_Chooser_firstlook.png]]
 +
 
 +
Columnchooser is base on ZK MVVM, with it's advantage: developer can easily customize the dialog without touching ViewModel's code
 +
 
 +
[[File:Column_Chooser_Custom_columnchooser.png]]

Revision as of 08:40, 30 May 2013

Column Chooser

Author
Sam Chuang, Engineer, Potix Corporation
Date
May 30, 2013
Version
ZK 6.0 and later

Introduction

The Columnchooser is a popup component that shows a dialog of columns, can be used with Grid, Listbox or any tabluar component.

File:Column Chooser firstlook.png

Columnchooser is base on ZK MVVM, with it's advantage: developer can easily customize the dialog without touching ViewModel's code

File:Column Chooser Custom columnchooser.png