Hidden column reappears after refreshing table
Hidden column reappears after refreshing table
rimoore2
Posts: 3Questions: 1Answers: 0
After updating table data and calling .draw(), a previously hidden column reappears intermittently. Any ideas what might be causing this? See the column to the far right.
This discussion has been closed.
Answers
How are you hiding the column? Are you using Datatables to hide it or some other method?
Kevn
Hi Kevin,
I'm using .column(9).visibility(false) and calling .draw() after.
Here is the code invoked when data is updated:
Its hard for me to tell from the screenshot and code snippet what the problem might be. Can you post a test case showing the issue?
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin