Possibility to make a column grayed out
e808080 opened this issue · 1 comments
e808080 commented
Is it possible to make a column grayed out depending on a value written in a different column? If column A says "Hello", column B should be grayed out / read-only. Is this possible somehow? Thanks
hodeware commented
You can implement that using onchange or onafterchanges, adding readOnly class to the cell you wish readonly.