Update a table with a new values using "data" option
Update a table with a new values using "data" option
I'm having a frustrating issue where once I've initialized a DataTable with the "data" option, I am unable to refresh the data inside. I would love to be able to just wipe all of the data and insert a new object.
I've included a link with the problem which should make it easy to understand what I'm trying to do. Basically, I've downloaded new data from the server and I want to update the data inside of DataTables.
http://live.datatables.net/rajafawe/2/edit
Any help is really appreciated. Thank you.
Answers
Well, I figured it out.