Datatable errors when my "table" element has an "id" attribute explicitly set
Datatable errors when my "table" element has an "id" attribute explicitly set
We are writing a single page application and we're finding that when we place id's on our dataTables, then unload the html and reload the html, we are getting errors throw. We've reproduced this issue many times and know it only occurs when we have id's on our tables. I'm thinking that dataTable is maintaining some sort of state about the table using the table id, but in our instance, the data no longer exists when we're redrawing the datatable html.
Has anyone experience this issue or knows if datatables is maintaining some sort of state/cache about a given table, and if so, how do we stop it from doing that?
Any help is appreciated.
Has anyone experience this issue or knows if datatables is maintaining some sort of state/cache about a given table, and if so, how do we stop it from doing that?
Any help is appreciated.
This discussion has been closed.
Replies
Allan