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
Is your feature request related to a problem? Please describe.
I have a table with multiple columns where I'm interested in the different columns sorted in descending order.
Problem is that while clicking through those columns, I always have to click twice on the column header because the first click orders the data in ascending order first and on second click in descending order.
Describe the solution you'd like
I'd like an option to set the default first sort order.
Something like:
sort: {
firstOrder: 'DESC'
}
Describe alternatives you've considered
I've considered a custom sort function but this seems unnecessary.
Additional context
No.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I have a table with multiple columns where I'm interested in the different columns sorted in descending order.
Problem is that while clicking through those columns, I always have to click twice on the column header because the first click orders the data in ascending order first and on second click in descending order.
Describe the solution you'd like
I'd like an option to set the default first sort order.
Something like:
Describe alternatives you've considered
I've considered a custom sort function but this seems unnecessary.
Additional context
No.
The text was updated successfully, but these errors were encountered: