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