Prevent column visibility state save
Prevent column visibility state save

Im using colvis.
Is it posible to prevent the column visibility state from being saved?
I need the columns to go back to the predefined state (on column definitions) when the page is reloaded.
I tried stateSave:false but no success.
This discussion has been closed.
Answers
Probably the easiest way would be to just make them all visible in
initComplete
, something like this: http://live.datatables.net/baqagoye/1/editColin