$.fn.dataTable.tables returns non existing tables

$.fn.dataTable.tables returns non existing tables

tanasis1101tanasis1101 Posts: 1Questions: 1Answers: 0
edited December 2023 in Free community support

If the dom element of a datatable has been removed, then the $.fn.dataTable.tables() method still returns its object.
I tried the destroy() method (both before and after the table is removed) and nothing changes.
Is there a way to completely remove a datatable?

Answers

Sign In or Register to comment.