Přeskočit na hlavní obsah

Module: components/PlaceholderAppTable

Functions

default

default<TTableData>(root0): Element

Placeholder table for when the real table is loading.

Type parameters

Name
TTableData

Parameters

NameTypeDescription
root0ObjectProps for this component.
root0.rowCountnumberNumber of (placeholder) rows to render.
root0.tableTable<TTableData>Tanstack table for which the placeholder should be rendered.

Returns

Element

Defined in

src/web-app/src/components/PlaceholderAppTable.tsx:12