Interface UseGroupByColumnProps<D>

Type Parameters

  • D extends object

Hierarchy

Properties

canGroupBy: boolean
getGroupByToggleProps: ((props?: Partial<TableGroupByToggleProps>) => TableGroupByToggleProps)

Type declaration

    • (props?: Partial<TableGroupByToggleProps>): TableGroupByToggleProps
    • Parameters

      • Optional props: Partial<TableGroupByToggleProps>

      Returns TableGroupByToggleProps

groupedIndex: number
isGrouped: boolean
toggleGroupBy: (() => void)

Type declaration

    • (): void
    • Returns void

Generated using TypeDoc