Refresh data without destroying DataTable?

Refresh data without destroying DataTable?

tonyfountaintonyfountain Posts: 1Questions: 0Answers: 0

Using the newest - 1.10.0. Is it possible to regenerate the data for the DataTable without having to destroy it? My options are open but right now I'm using "data" and "columnDefs" and a variable containing JSON. I am unable to provide a link as this is for an internal site, and I'm pulling data from SharePoint via SPServices so a Live or Fiddle won't work either :). I'm hoping to only have to initialize the table once, and based on user input(s) only refresh the data portion.

Thoughts? I hope this makes sense... this is my first run with DataTables and I think it's excellent, really helps me produce better quality UIs other than the plain jane listviews / data views in SharePoint without having to build packages in Visual Studio.

This discussion has been closed.