Skip to main content

TableHeaderProps<T>

TableHeaderProps<T> = ComponentPropsWithRef<"thead"> & object

Props for the table header (<thead>) component.

Extends standard HTML attributes and ref attributes for an HTMLTableSectionElement.

Type Declaration

columnSelection?

optional columnSelection: string | null

The currently selected column ID

headerGroups?

optional headerGroups: HeaderGroup<T>[]

Array of header groups of the table

Type Parameters

T

T

See

  • HTMLAttributes
  • RefAttributes