Hi,
Just tested that
$colb[“show”][“bulkedit”] = false; should be placed before
$colb[“hidden”]=true else it will just swow up
Maybe this is not just with me and woth a check
Peter
2 Answers
hm in doing os the buldedit posisbility disappears as well… (will show up instead of hiding).
I’m unable to generate this case. However recommended practice is not to use both.
Either use $col[“show”][“….”] = true; // or false; where … could be list,add,edit,view,bulkedit
OR, use $col[“hidden”] = true; // or false. setting false will hide it from all: list,add,edit,bulkedit.
Your Answer