column hiding
column hiding
itassets
Posts: 17Questions: 1Answers: 0
I'm dealing with this issue for a long time now.
I'm using API version 1.9.x
The next code, almost exactly like the column.visible example,is not working. Any clue why or what should I look for in the code to make it works,
oTable = $('#example').dataTable();
oTable.column(1).visible( false );
This discussion has been closed.