is it possible to change
$col[“editable”] = true
to
$col[“editable”] = false;
according to the value of another column?
1 Answers
Hi,
Yes, it’s doable with readonly when custom code feature.
I’m sharing you a docs link.
https://www.gridphp.com/docs/column-options/#readonly-column
Your Answer