How do you know if a cell is read-only?
you are trying with: getCellMeta(_r, _c)
but it does not return the readOnly property
How do you know if a cell is read-only?
you are trying with: getCellMeta(_r, _c)
but it does not return the readOnly property
Hey @gvargash2
You are really close. Once you get the full list of cell meta, you just need to refer to .readOnly
. Here’s an example https://jsfiddle.net/handsoncode/7pa0bfkr/