We apply datatable while loading the page to our data received with Get.
We apply datatable while loading the page to our data received with Get.

We apply datatable while loading the page to our data received with Get. Then, when we create a tab to add with javascript, the datatable feature goes away. We keep the tables again and apply them to work again, this time there is a dilemma. Everything happens in pairs.
This discussion has been closed.
Answers
Hmm - that would only happen if the
table
is not the same as the original used to create the DataTable. Are you using a virtual DOM such as React? Or writing into innerHTML?Allan