Classes list

Every class Table recognizes, straight from the @flickui/css source.

ClassPurpose
.tableBase class — required on every table
.table-wrapResponsive scroll container that wraps the table
.table-captionOptional styling hook for a <caption> (a bare <caption> is styled too)
.table-sortButton filling a <th>, holds the label + sort icon
.action-sortBehavior hook on the sort button — makes the column click-to-sort
.table-sort-iconThe sort direction indicator inside .table-sort
.table-select-colNarrow checkbox column for the select cells (head and body)
.table-select-allHeader checkbox that selects/clears every row
.table-row-selectPer-row checkbox that toggles that row's selection
.table-cell-rightRight-align a header or cell
.table-cell-centerCenter-align a header or cell
.table-numRight-aligned, tabular-figures cell for numbers
.table-emptyCentered muted cell for an empty/no-results state
.is-selectedRuntime state — applied to a <tr> when its row is selected