react-spreadsheet
react-spreadsheet copied to clipboard
make spreadsheet readonly
Hi,
I need to make the spreadsheet readonly for certain scenarios based on a requirement. At the same time, it should also be editable from other views.
Is it possible to make spreadsheet readOnly conditionally?
Right now you can make all the cells read only. There is no global flag for it.
How can all the cells be made read-only?
Currently, there is no API for that. A PR to add a global disabled prop is welcome.