≡
×
Plus
Manual
Examples
Reference
Download
Blog
Community
Support
Deactivate sort function on columns
Deactivate sort function on columns
Newcoma
Posts: 24
Questions: 0
Answers: 0
June 2013
edited June 2013
in
General
How do I deactivate the sort function on specific columns?
Replies
Newcoma
Posts: 24
Questions: 0
Answers: 0
June 2013
My html looks like this
col1
col2 I dont want this column to be sortable
data 1
data 1
script
$('#myTable').dataTable();
How do I exclude the sort funcionality from specific columns ?
allan
Posts: 65,829
Questions: 1
Answers: 10,953
Site admin
June 2013
Use the
bSortable
option.
Allan
This discussion has been closed.
Replies
col1
col2 I dont want this column to be sortable
data 1
data 1
script
$('#myTable').dataTable();
How do I exclude the sort funcionality from specific columns ?
Allan