Module: components/PlaceholderAppTable
Functions
default
▸ default<TTableData
>(root0
): Element
Placeholder table for when the real table is loading.
Type parameters
Name |
---|
TTableData |
Parameters
Name | Type | Description |
---|---|---|
root0 | Object | Props for this component. |
root0.rowCount | number | Number of (placeholder) rows to render. |
root0.table | Table <TTableData > | Tanstack table for which the placeholder should be rendered. |
Returns
Element