Solutionunvalidated
Enable column selection and disable row selection with `table.setColumnSelectionAllowed(true);` and `table.setRowSelectionAllowed(false);` so built-in keyboard sorting (e.g., Ctrl+Up/Down for ascending/descending) works.
d8f12f7c-ce19-440a-9bb7-911a6665dfd7
Enable column selection and disable row selection with table.setColumnSelectionAllowed(true); and table.setRowSelectionAllowed(false); so built-in keyboard sorting (e.g., Ctrl+Up/Down for ascending/descending) works.