How to disable the cell based on value of other cell before loading

Tags: #<Tag:0x00007f0b034a2288>

I have checkbox in table and and when i get the value of checkbox as true from database I want to set the property of the other cell(cell next to checkbox) to readonly. How could i achieve this.Please suggest.
Thanks in advance.

Hi @mhatremayur40

You should look at our blog post about cell dependencies - https://handsontable.com/blog/articles/2016/4/expand-your-app-with-cell-dependencies

Here is a demo from that blog post - https://jsfiddle.net/wyf41nhj/

Hi @piotr.nowak ,

Yes sure , It would help.would check it.

Thanks!

Thanks @piotr.nowak

It worked for me.

I’m glad to hear that help you @mhatremayur40