org.zkoss.zul.grid.autoSort"

From Documentation
(Created page with "{{ZKConfigurationReferencePageHeader}} '''Property:''' org.zkoss.zul.grid.autoSort Default: false [Since 5.0.7] Specifies whether to sort the model when the following cases:...")
 
Line 24: Line 24:
 
{| border='1px' | width="100%"
 
{| border='1px' | width="100%"
 
! Version !! Date !! Content
 
! Version !! Date !! Content
 +
|-
 
| 5.0.7
 
| 5.0.7
 
| April 2011
 
| April 2011

Revision as of 04:05, 23 June 2011


org.zkoss.zul.grid.autoSort


Property:

org.zkoss.zul.grid.autoSort
Default: false
[Since 5.0.7]

Specifies whether to sort the model when the following cases:

If you want to ignore sort when receiving ListDataEvent, you can specifies the value as ignore.change.

If you prefer to configure a particular component, you could specify it as the custom attribute of the component or any of its ancestor components.

<grid>
  <custom-attributes org.zkoss.zul.grid.autoSort="true"/>
...

Version History

Last Update : 2011/06/23


Version Date Content
5.0.7 April 2011 Grid shall sort model based on current state.


Last Update : 2011/06/23

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