I have jquery datatables where first column is rownumber and others are sortable columns. I would like to get this row number as "static", so when sorting table the row number would still keep going 1,2,3,4 no matter how the table is sorted.
now when I sort by other column, the row number changes with the row, ie. 3,1,2,4...