Table is disappearing

Table is disappearing

talgatmtalgatm Posts: 1Questions: 0Answers: 0
edited August 2020 in Free community support

Hello everyone!

I am new in Datatables. I am making Dynamic Filter with fn.dataTable.ext.search. All is OK, but after second filter input the Table is disappearing. Also i am using Bootstrap Modal to Filter Dialog.

First Column : Name - Filter with Text Filter as "Test"
Second Column Filter is disappearing

Link for my code:
https://drive.google.com/drive/folders/1Ig-eppSrCRfnwXI19AwYJcd5RMA197hE?usp=sharing
https://jsfiddle.net/#&togetherjs=frhFVViO29

Please any ideas?
Any help will appreciate

Replies

  • sandysandy Posts: 913Questions: 0Answers: 236

    Hi @talgatm ,

    I've copied your code into a live page. It looks like when you are opening your dialog you are triggering a draw() - this will be causing datatables to perform a search. You should do this when you close the dialog rather than opening it.

    Thanks,
    Sandy

This discussion has been closed.