is invisible column removed from DOM
is invisible column removed from DOM
in DataTables
Does columns.visible option remove nodes in the invisible column from the DOM when it's set to false? The nodes in invisible column are not matched by jQuery.
Thanks.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Yes. It actively is removed from the document.
Allan