- Components
- table
Table
Data-rich table component with header, row, and cell styling.
Demo
| ID | Name | Title | |
|---|---|---|---|
| 1 | John Doe | Admin | [email protected] |
| 2 | John Doe | Admin | [email protected] |
| 3 | John Doe | Admin | [email protected] |
| 4 | John Doe | Admin | [email protected] |
Installation
Shell
php artisan flexi:add table
API
| Prop | Description |
|---|---|
x-ui.table
|
Main table wrapper. Supports
wrapper
, divider
, grid
, striped
, and hoverable
.
|
x-ui.table.columns
|
Header wrapper. Supports
wrapper
, headerBgStyle
, and columnDivider
.
|
x-ui.table.column
|
Header cell with
align
, whiteSpace
, and class
props.
|
x-ui.table.rows
|
Body wrapper. Supports
class
.
|
x-ui.table.row
|
Single row supporting
class
, and striped
.
|
x-ui.table.cell
|
Body cell with
align
, whiteSpace
, and class
props.
|
Examples
Striped
| ID | Name | Title | |
|---|---|---|---|
| 1 | John Doe | Admin | [email protected] |
| 2 | John Doe | Admin | [email protected] |
| 3 | John Doe | Admin | [email protected] |
| 4 | John Doe | Admin | [email protected] |
Hoverable
| ID | Name | Title | ||
|---|---|---|---|---|
| 1 | John Doe | Admin | [email protected] |
|
| 2 | John Doe | Admin | [email protected] |
|
| 3 | John Doe | Admin | [email protected] |
|
| 4 | John Doe | Admin | [email protected] |
|
Striped + Hoverable
| ID | Name | Title | ||
|---|---|---|---|---|
| 1 | John Doe | Admin | [email protected] |
|
| 2 | John Doe | Admin | [email protected] |
|
| 3 | John Doe | Admin | [email protected] |
|
| 4 | John Doe | Admin | [email protected] |
|
Custom Example
| Name | Title | ||
|---|---|---|---|
|
John Doe
[email protected]
|
Admin | ||
|
John Doe
[email protected]
|
Admin | ||
|
John Doe
[email protected]
|
Admin | ||
|
John Doe
[email protected]
|
Admin |