DataTable reload from DOM

DataTable reload from DOM

WernerRaathWernerRaath Posts: 1Questions: 1Answers: 0

I would like to reload my Datatable from the DOM after ajax calls to multiple data sources for the table. Each row in the table also does an ajax request to fetch some data. I would like to keep my code modular and not mix my usage of Backbone and DataTables. I simply use Datatables' functionality for sorting etc.

I've seen a similar question on your forum:
https://datatables.net/forums/discussion/20874/changing-html-dom-table-and-need-to-redraw-datatable

But I do not want to couple my Backbone handlers with Datatables and also having multiple data sources makes the suggested approach difficult.

I've created a Stack Overflow question for this here: http://stackoverflow.com/questions/36529662

This discussion has been closed.