Replies: 1 comment
-
Hello, Column sorting works out of the box in datatables.net library. You don't need to develop plugins for it. Are you using server-side processing? If so, you can send the column name (to be filtered) and the sort order (ascending or descending) to the server and let the backend perform the sort and return back the results. Here's a reference for server-side processing: https://datatables.net/manual/server-side#Sent-parameters If this didn't help, can you provide a reproducible StackBlitz repo to investigate this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been using angular-datatable and it has been working fine so lately. Now I want to do sorting on a specific column on click of the column header. I googled a bit but was not able to find any solution. Can anyone please let me know how to achieve this functionality?
Edit:
If I need to develop a plugin to achieve this functionality, can anyone let how to develop plugin for angular-datatable?
Beta Was this translation helpful? Give feedback.
All reactions