Set existing(loaded) data as ReadOnly

Tags: #<Tag:0x00007f8b18d33790>

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

You’re welcome, @tenexap105
Feel free to open a new ticket when needed.