CustomSortOptions

Used to provide Custom Sorts comparers

TypeScript
export interface

Properties

PropertyDescription
customSortComparersCustomSort column comparer functions

Property Details

customSortComparers

CustomSort column comparer functions

TypeScript
customSortComparers?: ColumnValuesComparer<TData>[];
Property Value

ColumnValuesComparer<TData>[]