DataTable#
Live preview for component 'data-table' in the current Arcane catalog.
See the Component Catalog for source mapping and parity status.
| Name | Role | Status |
|---|---|---|
| Alex | Admin | Active |
| Sam | Editor | Pending |
| Rae | Viewer | Active |
DataTable(
items: const [_DemoUser(name: 'Alex', role: 'Admin', status: 'Active')],
columns: [
DataColumn(header: 'Name', builder: (_DemoUser user) => Text(user.name)),
],
)
Live preview for component 'data-table' in the current Arcane catalog.
See the Component Catalog for source mapping and parity status.