Update sorting after ajax change
Update sorting after ajax change
johncolvin
Posts: 2Questions: 0Answers: 0
I have a datatable in which I manipulate one of the table elements through ajax on a click event. This changes the content of the cell and I want the column to sort properly after this. I'm looking for a function that will reload the sorting cache. I've tried using fnDraw as the callback to jQuery.load, but this is not solving the problem.
Any suggestions?
Any suggestions?
This discussion has been closed.
Replies
Allan