//
| ` — e.g. `ui-table-prose` for a * free-text cell that should cap its width and wrap instead of * dragging the whole table wider. Omit for the default cell styling. */ cellClass?: string; /** * ARIA sort state for this column's ` | ` — `'ascending'` / * `'descending'` while this is the active sort column, `'none'` while * sortable but not active, omitted entirely for a non-sortable column * (no `aria-sort` attribute at all, the correct value for a column * that can never be the active sort). Only consulted for a column with * no `sortBy` — one with `sortBy` gets its `aria-sort` computed from * `Table`'s own sort state instead. Kept for the issue-report page's * pre-existing hand-rolled sortable headers (real ` |
|---|