DataTable
Live preview for data-table
Live Demo
Component: data-table
Preview + Code
Name Role Status
Alex Admin Active
Sam Editor Pending
Rae Viewer Active
Code
DataTable(
  items: const [_DemoUser(name: 'Alex', role: 'Admin', status: 'Active')],
  columns: [
    DataColumn(header: 'Name', builder: (_DemoUser user) => Text(user.name)),
  ],
)

DataTable#

Live preview for component 'data-table' in the current Arcane catalog.

See the Component Catalog for source mapping and parity status.

On this page