Is it possible to append sort-columns after user sort-columns?
Is it possible to append sort-columns after user sort-columns?
First of all, great job on DataTables, awesome plugin!
I have a scenario in which I want to add 2 extra columns to sort on after the user`s selected column sort has taken place. I found the aaSortingFixed option that will apply any given sort-columns BEFORE the user`s column, like so:
[code]
for ( i=0 ; i
I have a scenario in which I want to add 2 extra columns to sort on after the user`s selected column sort has taken place. I found the aaSortingFixed option that will apply any given sort-columns BEFORE the user`s column, like so:
[code]
for ( i=0 ; i
This discussion has been closed.