Cannot change visibility of a column
Cannot change visibility of a column
yshtil
Posts: 17Questions: 6Answers: 0
I tried to follow the documentation but the column stays visible, what am I doing wrong:
table.column( 0 ).visible( false );
I debugged it in Chrome and the statement table.column( 0 ).visible() always returns true after table.column( 0 ).visible( false )
Answers
https://live.datatables.net/wapokite/1/edit?html,css,js,console,output
here it works, without a test case from you, it's hard to tell what's wrong