Hey their,
Is it Possible to set Pre-populated data, which is loaded from some random database source, to set as ReadOnly, but other cells which does not contains value that must be editable?
Hey their,
Is it Possible to set Pre-populated data, which is loaded from some random database source, to set as ReadOnly, but other cells which does not contains value that must be editable?
Hi @tenexap105
The cell metadata is responsible for the readOnly mode of cells. If you specify that some rows are readOnly and the rest is not those settings won’t change when you load more data. Here’s an example https://jsfiddle.net/1ox5wLcd/6/
Thank You