Cloning or Moving a DataTables instance to a new location
Cloning or Moving a DataTables instance to a new location
josiah
Posts: 1Questions: 1Answers: 0
I'm trying to display a datatable in two locations at different times based on user interaction. I've tried jquery.clone(true, true)
but it only gets the first page of data and not all the UI elements work, even after removing the original node.
Is there a way to duplicate or clone a DataTables instance?
Example:
https://jsfiddle.net/fjy71grd/4/
Thanks!
This discussion has been closed.