TapTable.
Type Parameters
T
T
Properties
align?
end right-aligns the column and gives it tabular figures.
key
render.
label
Methods
render()?
Parameters
row
T
Returns
ReactNodeDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
One column of a TapTable.
TapTable.
T
optional align?: "start" | "end";
end right-aligns the column and gives it tabular figures.
key: string;
render.
label: string;
optional render(row): ReactNode;
T
ReactNodeWas this page helpful?