Quantcast
Channel: DataTables 1.10 — DataTables forums
Viewing all articles
Browse latest Browse all 2364

visible: function

$
0
0

I need some columns to invisible if the rights are not given. I tried to do this, but that did not work.

{ targets: 8, visible: function(data, type, row){
  return (data.recordRights == '1')? true : false;
  }
},

I have no ideas at this time where is my fault. Have someone a idea?

Andreas


Viewing all articles
Browse latest Browse all 2364

Trending Articles