Variable: Table
constTable:FC<TableProps>
Defined in: components/Table/index.tsx:78
Component
Table
Description
A component to display data in a sortable table.
Param
The component props.
Returns
The rendered Table component.
Example
<Table data={[{ id: 1, name: 'Item 1' }]} caption="My Table" />