Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UseGroupByColumnProps<D>

Type Parameters

  • D extends object

Hierarchy

  • UseGroupByColumnProps

Index

Properties

canGroupBy: boolean
groupedIndex: number
isGrouped: boolean

Methods

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

    • Optional props: Partial<TableGroupByToggleProps>

    Returns TableGroupByToggleProps

  • toggleGroupBy(): void
  • Returns void

Generated using TypeDoc