Deactivate sorting for a specific columns
-
Hi Tobias
Sorry for disturbing you again,
I want to know how to deactivate sorting for a specific column in tablepress header.
I added the below custom command in the backend
"aoColumnDefs": [ { "bSortable": false, "aTargets": [ 6 ] } ], "aaSorting": [[5,'asc']], "aoColumnDefs": [ { "sType": "date-eu", "aTargets": [ 5 ] } ], "aoColumnDefs": [ { "bVisible": false, "aTargets": [ 1, 2 ] } ]
Means i want to disable the sorting in the last column (Month):
Please check the below link
https://www.inpressadv.net/staging/blueocean/final/courses-calendar/If you want to see my backend, i will send you the backend login details again.
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Deactivate sorting for a specific columns’ is closed to new replies.