Skip to main content

Table()

Table<T>(__namedParameters): Element

Table - Configurable data table with sorting and row actions

Standardizes table behavior (sorting, selection, row actions) and can be used with column definitions from TanStack React Table.

Type Parameters

T

T extends object

Parameters

__namedParameters

TableProps<T>

Returns

Element

Example

<Table columns={columns} data={data} />