Classes list
Every class Table recognizes, straight from the @flickui/css source.
| Class | Purpose |
|---|---|
.table | Base class — required on every table |
.table-wrap | Responsive scroll container that wraps the table |
.table-caption | Optional styling hook for a <caption> (a bare <caption> is styled too) |
.table-sort | Button filling a <th>, holds the label + sort icon |
.action-sort | Behavior hook on the sort button — makes the column click-to-sort |
.table-sort-icon | The sort direction indicator inside .table-sort |
.table-select-col | Narrow checkbox column for the select cells (head and body) |
.table-select-all | Header checkbox that selects/clears every row |
.table-row-select | Per-row checkbox that toggles that row's selection |
.table-cell-right | Right-align a header or cell |
.table-cell-center | Center-align a header or cell |
.table-num | Right-aligned, tabular-figures cell for numbers |
.table-empty | Centered muted cell for an empty/no-results state |
.is-selected | Runtime state — applied to a <tr> when its row is selected |