Skip to main content

TableBodyProps<T>

TableBodyProps<T> = ComponentPropsWithRef<"tbody"> & object

Props for the <tbody> section of a table component.

Extends standard HTML attributes and ref attributes for the <tbody> element, allowing you to pass any valid HTML properties or refs to the table body.

Type Declaration

rows?

optional rows: Row<T>[]

Type Parameters

T

T

See

  • HTMLAttributes
  • RefAttributes