Column Chooser"

From Documentation
m
m
Line 2: Line 2:
 
|author=Sam Chuang, Engineer, Potix Corporation
 
|author=Sam Chuang, Engineer, Potix Corporation
 
|date=May 30, 2013
 
|date=May 30, 2013
|version=ZK 6.0 and later
+
|version=ZK 6.5 and later
 
}}
 
}}
  
Line 24: Line 24:
 
===Default===
 
===Default===
 
===Custom Template===
 
===Custom Template===
 +
===Event===
 +
 +
==Grid with Columnchooser Demo==
 +
 +
==Summary==
 +
 +
==Download==
 +
 +
{{Template:CommentedSmalltalk_Footer|
 +
|name=Potix Corporation
 +
}}

Revision as of 09:01, 30 May 2013

Column Chooser

Author
Sam Chuang, Engineer, Potix Corporation
Date
May 30, 2013
Version
ZK 6.5 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

Operation

Drag & Drop

Add to Visible Column

Remove Visible Column

Move Visible Column Up

Move Visible Column Down

Usage

Default

Custom Template

Event

Grid with Columnchooser Demo

Summary

Download

Comments



Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.