ReadOnly cell on table init

Tags: #<Tag:0x00007efc65528da8>

Hi, I’m having some trouble setting only one cell as a read-only when the table has been initialized there is an example that can help me?

Hi @dartajunior3

Here’s the demo with only one cell set as read-only. Is that what you needed?

https://jsfiddle.net/aszymanski/nkf81zrv/15/

1 Like

Thanks, I’ve solved it in another way. I needed to change the value of the cell dynamically because it only will be in read-only status in consequence of a change in one of my forms values.