Replies: 1 comment
-
Can be achieved with the following option in table initialisation: defaultColumn: {
enableSorting: false,
}, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey folks,
We have a case with multiple columns, and we want only one column to be sortable.
If there any easy way to do this, without having to specify,
enableSorting: false
to each individual column?Beta Was this translation helpful? Give feedback.
All reactions