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