CustomSortOptions
Used to provide Custom Sorts comparers
TypeScript
export interfaceProperties
| Property | Type | Description |
|---|---|---|
| customSortComparers | ColumnValuesComparer<TData>[] | CustomSort column comparer functions |
Property Details
customSortComparers
CustomSort column comparer functions
TypeScript
customSortComparers?: ColumnValuesComparer<TData>[];Property Value
ColumnValuesComparer<TData>[]