Closed JohnPatrickOshaughnessy closed 8 months ago
This is resolved, kind of. For the benefit of others reading this, notice that in the column config above I use readOnly: true
as per the example in the documentation (as of Jan 30 2024) . Turns out that is should be readonly: true
. Using readOnly: true
causes the 'old value returns' behaviour when a cell has read only status removed. When readonly: true
is used the behaviour does not occur when read only status for a cell is removed.
We have updated the precedence for that. So, basically both attributes should work as expected.
I have another issue. When I explicitly remove readOnly status from a cell where readOnly status was applied via column config then, although I can enter text/numbers in the cells, when I tab out of the cell the old value returns.
Here is the code to reproduce, based on the example at: https://jspreadsheet.com/docs/examples/readonly