Freeze sorting function

Freeze sorting function

akadlecakadlec Posts: 2Questions: 0Answers: 0
edited April 2013 in DataTables 1.9
Hi there.
I am working on project that is using DataTables 1.9. I created simple edit row function, which is based on getting data (form) from server via ajax. When i retrieve data for edited row i use function .fnUpdate() to instert form to edited row. Everything work fine, but datatables run sorting actions and move edited row to the top of the table. Is there any possibility to temporary deactivate sorting when row edit is active?
This discussion has been closed.