-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Option to disable multi-column sorting #2913
Comments
I thought that's what it does by default, and you have to shift+click to get multi-column. Or do you mean when using the menus? |
I was using the menus. Clicking the column headers doesn't do anything. |
In the tutorial? http://ui-grid.info/docs/#/tutorial/102_sorting? It works for me - what browser are you using? |
Oh, it indeed works in Chromium (v40), but not in Firefox (v38) (both on Linux). |
It might perhaps work a bit better now - I did some work on the handlers, and if you had some touch handlers creeping in it previously could have been flakey. |
Using Chrome 43.0.2357.124, external sorting via the menus adds to the sortCols array - I would also like an option to disable multi sort. Thanks |
I would also like an option to disable multi sort. I am not referring to resetting the sort state by clicking a column header. I am specifically requesting the ability to disable multi-column sorting, so that there is one and only one sort column, and the sortPriority will not be displayed in the header. |
Yes please, I also need this feature. |
+1 |
4 similar comments
+1 |
+1 |
+1 |
+1 |
Instead of leaving +1 please add votes using the github ZenHub.io plugin. |
style. |
@PareshSolankiMI while that hides the functionality, it doesn't disable the ability to shift click multiple columns |
this one works for me.
|
Agree, please include an option to disable and avoid manual interaction. |
Any news? |
Now we can use |
Adds a new grid option `suppressMultiSort`, which when ensures that when you sort one column, all others should be reset to no sort (as long as they don't have suppressRemoveSort set to true). Closes: #2913
Adds a new grid option `suppressMultiSort`, which when ensures that when you sort one column, all others should be reset to no sort (as long as they don't have suppressRemoveSort set to true). Closes: #2913
Would be good to have an option to disable multi-column sorting.
That means, when you sort one column, all others should be reset to no sorting (currently this requires manual user interaction).
The text was updated successfully, but these errors were encountered: