Module: components/AppTable
Functions
default
▸ default<TTableData
>(root0
): Element
Turn a Tanstack table into a concrete markup styled with Bootstrap.
Type parameters
Name |
---|
TTableData |
Parameters
Name | Type | Description |
---|---|---|
root0 | Object | Props for this component. |
root0.table | Table <TTableData > | The Tanstack table to render. |
Returns
Element