Filter"

From Documentation
m
Line 15: Line 15:
 
==How it Works ==
 
==How it Works ==
 
=== Filter by Constraint ===
 
=== Filter by Constraint ===
The default constraint type is String, powered by Textbox component.
+
The default constraint type is String by using Textbox component.

Revision as of 08:22, 30 October 2013

amchuang

Author
Sam Chuang, Engineer, Potix Corporation
Date
October 30, 2013
Version
ZK 6.5 and later

Introduction

ZK give developer the power of creating advanced component, extending the component set for your application. In this article, I will create a re-usable component: filterpopup. It's designed for working with collection component that needs filter functionality. For instance, the filterpopup component can be used with Grid, user can use it to filter out huge amount of data, search the required information quickly and intuitively.

File:ZK Filter Firstlook Default.jpg

Besides, it's also designed for highly customizable, able to integrate with different type of constrain, seamlessly works with different type of data type.

File:ZK Filter Firstlook Custom.jpg

How it Works

Filter by Constraint

The default constraint type is String by using Textbox component.