Disable Sorting on Header Click #383
-
Is it possible to disable sorting on header click, but still keep the sort buttons? I checked the docs and didn’t see anything. There is a discussion about disabling the third sort click on the header, but the solution didn’t work. When I tried to add the enableSortingRemoval: false to the column definition, it said the property didn’t exist. I was able to add it on the table itself, but it still didn’t work. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
enableSortingRemoval
is for just whether or not toggling sorting includes the 3rd click click to unsort. And no I don't think it is currently possible to disable the current click behavior. But it is made this way for good accessibility. I would think twice before removing it.