|
||||||||||||||||||||||
|
||||||||||||||||||||||
|
||||||||||||||||||||||
|
||||||||||||||||||||||
Grid General FeaturesYou can sort data in any grid column by clicking at the appropriate button at the toolbar Such a simple sorting is working by default. If you'd like to use multi-sorting feature you only need to set
To reset all sortings click at the button reset sort.
You can show or hide layer that shows export form:
Hide/show columnsThis feature can be useful if a field is a key but should not be displayed. You specify whether column is visible or not by using
boolean property. For example:
Auto-indexYou have a possibility to specify selective auto-index for columns (index column when creating for faster performance). In appropriate column description set useAutoIndex boolean property in True:
Auto-filterYou can use selective auto-filter for columns to show a drop-down list wich contains all the data for its column. So you can choose something from this list and show at the table only filtered data.
To set a default filter string when nothing is filtered use global variable:
Example - Multi-sort, columns visibility, auto-index, auto-filter, export formYou can see an example and complete code here - Multi-sort, columns visibility, auto-index, auto-filter, export form [popup] |
||||||||||||||||||||||
|
||||||||||||||||||||||
© CodeThat.com, 2003-2009 |
||||||||||||||||||||||