Disable "orderable" for column, but keep colReorder?
Disable "orderable" for column, but keep colReorder?
jollywood
Posts: 8Questions: 3Answers: 0
Hi,
is there a way to disable "order by column", but keep the ability to reorder the columns in their position (the colReorder plugin)?
I've tried:
"columnDefs": [
{ "orderable": false, "targets": "_all" }
],
colReorder: true,
But this will also disable colReorder.
Thanks
This discussion has been closed.