TapTable takes.
Type Parameters
T
T
Properties
columns
empty?
rows is empty.
onRowClick?
Parameters
row
T
Returns
void
rowKey
Parameters
row
T
Returns
string
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The props TapTable takes.
TapTable takes.
T
columns: TapTableColumnDef<T>[];
optional empty?: ReactNode;
rows is empty.
optional onRowClick?: (row) => void;
T
void
rowKey: (row) => string;
T
string
rows: T[];
Was this page helpful?