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.

zeveszeves Posts: 1Questions: 1Answers: 0

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.

Answers

  • allanallan Posts: 63,873Questions: 1Answers: 10,528 Site admin

    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

This discussion has been closed.