column visibility
column visibility
joshlevine102
Posts: 44Questions: 16Answers: 2
in DataTables
Hi guys. I'm trying to set a column to not be visible, but it seems to show up.
I'm using the columns definition, and have this line:
{
"visible": false,
This is my link on the datatables debug site: http://debug.datatables.net/uzevud . Any thoughts? Thanks.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You have state saving enabled - so if you previously had the column visible, it would remain visible (since that is saved in the state). Might that be the case?
Allan
Allan, thanks. Ah that's possible! I just restarted my browser and tried this on the server, and now it's working as expected. This seems to be fixed now.