fnSetColumnVis
fnSetColumnVis

hi I have a row.livello field where I store the user level to this user I would like to show only certain columns and others I did not think to use the function fnSetColumnVis,
but it does not seem to work
http://live.datatables.net/nuqozeru/1/edit
This discussion has been closed.
Replies
ok i used
table.columns([0,1,2,3]).visible (false);
this is work