SMART datagrid v.1 > Classes > ColumnAutoFilter
DataLudi.ColumnAutoFilter.maxCount property
The maximum number of Auto Filter Items which will be displayed in filter selection box for the first time.
If the actual number of items exceeds this value, "More..." link will be displayed after the most bottom item, and if click this link, it will add the items as much as this property number again.
Defaults to 100.
- Getter
- function maxCount(): Integer
- Setter
- function setMaxCount(value: Integer)
- Note
- Currently, since Auto Filter List is implemented in the way of displaying HTML element as much as the display items, more than thousands of items can cause some problems in the browser.
- You can reduce the number of display items by specifying valueScale.
- See Also
- valueScale
- displayCount
- active
- Examples
- Column Auto Filtering
- Column Filtering