Legacy DataTable Usage
Legacy DataTable Usage

I am trying to maintain row selection and position after redrawing the datatable.
Specifically this is what is happening:
User selects a row from an order table. That selection displays an additional table of parts on the order. After some events are fired on the parts table, I need to refresh the order table with the updated status where necessary. This is all happening fine but when I re-create the order grid I am losing my selected row position and the default ordering of the table occurs.
Is it possible to hold the selected row position using a row index of some sort?
The Datatables version I am using is 1.9.2.
Any help would be greatly appreciated.
Answers
I'm afraid 1.9.x is no longer supported. If you update to 1.10 and link to a test case showing the issue I would be happy to take a look into it.
Allan