SMART datagrid v.1 > Classes > OperateOptions
DataLudi.OperateOptions.sortStyle property
一つ以上のカラム達をソーティングする方法。
SortStyle定数で指定する。
デフォルト値はSortStyle.EXCLUSIVE.
- Getter
- function sortStyle(): SortStyle
- Setter
- function setSortStyle(value: SortStyle)
- See Also
- sortingEnabled
- sortMode
- SortStyle
- DataColumn.sortable
- GridBase.orderBy
- Examples
- Column Sorting