-
Notifications
You must be signed in to change notification settings - Fork 505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fieldOption - initialSortingDirection = DESC | ASC #1459
Comments
Hi, Thanks for suggestion. I agree that. It should be selected per field. |
Glad to help From the cellphone of: Timothy "David" Sharpe -------- Original message -------- Hi, Thanks for suggestion. I agree that. It should be selected per field. Reply to this email directly or view it on GitHub: |
#1459: implement initial sorting direction
suggestion - some of my columns naturally benefit from DESC sorting. but the first click on the column header always does an ASC sort so my users are required to click twice to get the desired DESC sort.
Was thinking this was a pretty common scenario - and a solution would be to simply add a fieldOption to specify which sort direction to use on the initial click. one name that would work is sortingInitialDir which can be ASC or DESC.
Thanks for considering this.
The text was updated successfully, but these errors were encountered: