Type alias UseSortByOptions<D>
Use
Sort
By
Options
<D>: Partial<{ autoResetSortBy
?: boolean; defaultCanSort
: boolean; disableMultiSort
: boolean; disableSortBy
: boolean; disableSortRemove
: boolean; disabledMultiRemove
: boolean; isMultiSortEvent
: ((e
: MouseEvent) => boolean); manualSortBy
: boolean; maxMultiSortColCount
: number; orderByFn
: ((rows
: Row<D>[], sortFns
: OrderByFn<D>[], directions
: boolean[]) => Row<D>[]); sortTypes
: Record<string, SortByFn<D>> }>
Type Parameters