Interface CustomSortByAction<D>
Callable
- CustomSortByAction(column: ColumnInstance<D> & UseSortByColumnProps<D> & UseSortingOptionsColumnProps, helper: { toggleSortBy: any }): undefined | { children?: ReactNode; handler: any }
Parameters
helper: { toggleSortBy: any }
toggleSortBy:function
- toggleSortBy(descending?: boolean, multi?: boolean): void
Parameters
Optional descending: boolean
Optional multi: boolean
Returns void
Returns undefined | { children?: ReactNode; handler: any }