jspreadsheet/ce

Possibility to make a column grayed out

e808080 opened this issue · 1 comments

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

You can implement that using onchange or onafterchanges, adding readOnly class to the cell you wish readonly.