Table
Table component for displaying structured data.
Basic Usage
(live preview unavailable)
API
| Property | Description | Type | Default |
|---|---|---|---|
| columns | Column definitions | Vec<Column> | - |
| data | Data source | Vec<T> | - |
Table component for displaying structured data.
(live preview unavailable)
| Property | Description | Type | Default |
|---|---|---|---|
| columns | Column definitions | Vec<Column> | - |
| data | Data source | Vec<T> | - |