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?
optionalcolumnSelection:string|null
The currently selected column ID
headerGroups?
optionalheaderGroups:HeaderGroup<T>[]
Array of header groups of the table
Type Parameters
T
T
See
- HTMLAttributes
- RefAttributes