Interface SortOptions

SortOptions are used to configure multi column sorting, and initial sorting.

Hierarchy

  • SortOptions

Properties

enableMultiColumnSort?: boolean

enableMultiColumnSort is used to enable multi column sorting. Default value is true.

initialSort?: Map<string, SortSettings>

initialSort is used to specify the initial sort. This is used to sort the data before it is displayed. This is a Map of columnUniqueIdentifier and SortSettings for each column.

Generated using TypeDoc