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.
How to disable the cell based on value of other cell before loading
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/