disable sorting to first column
disable sorting to first column
sachingaikwad
Posts: 1Questions: 0Answers: 0
Anybody know how to disable sorting to first column in datatable
This discussion has been closed.
Replies
"aoColumnDefs": [
{ "bSortable": false, "aTargets": [ 0 ] },
],