Sortable, filterable data table component.
Summary
Functions
Renders a data table.
Functions
Renders a data table.
Attributes
:rows- List of row data (maps):columns- List of column definitions
Column Definition
Each column is a map with:
:key- The key to extract from each row:label- Display label:class- Optional CSS class for the column
Attributes
rows(:list) (required)columns(:list) (required)row_click(:any) - Defaults tonil.empty_message(:string) - Defaults to"No data available".