Interface UseGroupByColumnProps<D>
Properties
canGroupBy
canGroupBy: boolean
groupedIndex
groupedIndex: number
isGrouped
isGrouped: boolean
Methods
getGroupByToggleProps
- getGroupByToggleProps(props?: Partial<TableGroupByToggleProps>): TableGroupByToggleProps
Parameters
Optional props: Partial<TableGroupByToggleProps>
Returns TableGroupByToggleProps
toggleGroupBy
Returns void