You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is a bug, or a new feature request, but I have a column that I always want to sort by, and then the other columns should be sortable by my user
Imagine a list of items, but the default item has to always be on top. sorting on isDefault does achieve this.
I then turn on multi-sort, and then my functionality works as normal. However, I would like the user to not be able to change the sort direction of the isDefault column. So I then disable sorting for that column.
I had hoped that the sorting direction would stay in tact when then changing the other columns, but the interaction seems to be, that disabled sort gets removed on the next sort. Maybe thats a bug? Or maybe this hidden sort feature is a new request?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Not sure if this is a bug, or a new feature request, but I have a column that I always want to sort by, and then the other columns should be sortable by my user
Imagine a list of items, but the default item has to always be on top. sorting on
isDefault
does achieve this.I then turn on multi-sort, and then my functionality works as normal. However, I would like the user to not be able to change the sort direction of the
isDefault
column. So I then disable sorting for that column.I had hoped that the sorting direction would stay in tact when then changing the other columns, but the interaction seems to be, that disabled sort gets removed on the next sort. Maybe thats a bug? Or maybe this hidden sort feature is a new request?
Beta Was this translation helpful? Give feedback.
All reactions