-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Removable sort on DataTable - TreeTable #235
Comments
I had never see such behaviour in any site or component (.Net controls,web components etc). Do you have real examples of this? |
Yes I have seen please find the link below. |
One more Angular material datatable |
@Sellec The thing is if we add sort to a column then we should have an option to remove the sort. Right? |
Although it is not a common UX, it is available in PrimeReact, see the removable sort option. https://primefaces.org/primereact/showcase/#/datatable/sort If there is demand on this issue, we can add it to PrimeVue as well. |
For the bootstrap-vue component library, Clicking on a non-sortable column header will clear the sorting. |
Adding removableSort enables this behavior where 3rd click removes the sorting on a column, also works on multiple column sorting. Will be available with next week's 1.3.0. |
If we apply sorting to the column in datatable. We can then only sort it ascending and descending.
There is no option of removing the sort. What I am mean to say on clicking third time on the column header the sorting should get removed.
The text was updated successfully, but these errors were encountered: