Hi!
I'm sorting my datatable by individual buttons (ascending/desceding) and I want to sort it by row data unused in table.
Every button click, I'm getting whole table data, sorting it and reinitialising whole table and it's working perfectly, but after reinitialise I'm losing all previous table filters/selected rows etc which is really annoying.
So my goal is to sort table by nested row data using these buttons WITHOUT destroying/initialising datatable.
Is there any other way to make it "on the fly"?
There is my code with reinitialising: http://live.datatables.net/vufuwali/1/edit?html,js,output