Possible to refresh cache or update cache for specific row?
Possible to refresh cache or update cache for specific row?
JohnPRogrammer
Posts: 3Questions: 2Answers: 0
I have a button in one of my cells of each row that not only updates the html of a specific row, but also saves some back end files. DataTables keeps the html I have updated, however, the search and sorting does not use the updated value. Is there a way to update the cache for that row without having to refresh the entire page or rebuild the table?
This discussion has been closed.
Answers
Whoops, totally didn't think of fnUpdate(). this is exactly what i wanted