StaticTable#
Live preview for component 'table' in the current Arcane catalog.
See the Component Catalog for source mapping and parity status.
| Name | Role |
|---|---|
| Alex | Admin |
| Sam | Editor |
| Rae | Viewer |
StaticTable(
headers: const ['Name', 'Role'],
rows: const [
[Text('Alex'), Text('Admin')],
],
)
Live preview for component 'table' in the current Arcane catalog.
See the Component Catalog for source mapping and parity status.