SimpleTable
▸ SimpleTable<T
>(props
): null
| Element
Controlled table render built on top of TanStack/Table API
Type parameters
Name |
---|
T |
Parameters
Name | Type |
---|---|
props | SimpleTableProps <T > & RefAttributes <HTMLTableElement > |
Returns
null
| Element
See
https://tanstack.com/table/v8 (opens in a new tab)
Example
<SimpleTable data={[]} columsn={[]} options={{}} />
Defined in
packages/utils/dist/index.d.ts:183