Updating row html without having to call fnUpdateRow

Updating row html without having to call fnUpdateRow

blockheadblockhead Posts: 4Questions: 0Answers: 0
edited June 2012 in DataTables 1.8
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?

Replies

  • allanallan Posts: 61,665Questions: 1Answers: 10,096 Site admin
    > Is there a way to do this without having to call fnUpdateRow?

    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
This discussion has been closed.