Appearance
table.columns[].sortable
Enables sorting for a column.
This is a compact property lookup. Use the contextual guide below for the complete feature model, configuration sequence, interactions, examples, and limitations.
- Context
- table panel
- Accepted value
boolean- Required
- No
- Default
- No documented default.
User scenarios
- Let users order rows by a field.
Related parameters
Contextual guide and evidence
- Contextual guide: Open the complete human guide
- Source:
apps/panel/src/features/panels/variants/table/types/column.ts, symbolTableColumn - Example coverage: Partial — The contextual guide explains the field and its behavior, but no focused example isolates it.
- Demo coverage: Complete — The custom-request Table enables client-side sorting on its ID and type columns. Open the runnable demo .