Updating row html without having to call fnUpdateRow
Updating row html without having to call fnUpdateRow
blockhead
Posts: 4Questions: 0Answers: 0
I'm updating row in my table through a data-binding mechanism, but its seems something internal does not get reset, because the row doesn't sort correctly. Is there a way to do this without having to call fnUpdateRow?
This discussion has been closed.
Replies
Not without writing a different updating plug-in (which is quite possible - have a look at the fnUpdate method to see how it is done).
Allan