Hide the sorting arrows on top of the last column
-
I want to hide the sorting options on the top of my last column since it is used for PDF download links.
I tried a line of code you recomment in another thread
"columnDefs": [ { "orderable": false, "targets": [ 1, 4 ] } ]
since I want to hide the sorting arrows in my eight column i changed the code into
"columnDefs": [ { "orderable": false, "targets": [ 7 ] } ]
this screwed up upper half of the table. what did I do wrong.
Thanks in advance for your help.
Marc
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Hide the sorting arrows on top of the last column’ is closed to new replies.