Should visible & hidden work on Custom Column?
I tried to use visible & hidden in my Custom Column, but it throws an error saying that $record is null.
For now I will put the logit in the PHP Component class or the view file directly, but I was hoping to make the column more abstract/reusable.
1 Reply
Visible/hidden columns doesn’t work in tables on a per record basis because it would break the table. Columns have to either be in the table or not.
I think it would work if you were using Splits, since then it wouldn’t be an actual table markup.