I am using jQuery DataTables plugin. Sorting works fine, but is there a way to make one column invariable always, no matter what sorting is applied?
For example, the first column is just the order numbers: 1, 2, 3, 4, 5 ... And when I sort by date or something else, the first column remains in the same order: 1, 2, 3 ..?
Is there any way to do this? Thus, I am not trying to disable sorting by the first column, but make the first column the same if sorting is applied by other columns.
source
share