DataTable - Add colum unsorted
DataTable - Add colum unsorted
eladerezador
Posts: 8Questions: 4Answers: 0
Hi,
Beginning with this example: https://datatables.net/examples/basic_init/table_sorting.HTML
I want to add a new colum, but i dont need sorting for this new colum.
What can i do?
Thank you very much,
This discussion has been closed.
Answers
The solution:
"columnDefs": [ { "targets": 0, "orderable": false } ],
Thanks,