Binding the dropdown depending on other cell values

Tags: #<Tag:0x00007f8b257e9250>

Hi @aleksandra_budnik
I want to bind the dropdown as per the other cell values. For example I have two dropdown fields in my handson table
One is for Class and an other for Subjects. When I select a class from Class dropdown, in the Subjects dropdown only subjects of corresponding class should get binded.

Hey @adkhan2002

can you share a draft and input/output data?

Thank you. I think that you should check this post about cell dependencies https://handsontable.com/blog/articles/2016/4/expand-your-app-with-cell-dependencies especially this demo can help https://jsfiddle.net/handsoncode/0htwn024/?utm_source=website&utm_medium=embed&utm_campaign=0htwn024 (from the Select-dependent cells paragraph).

Thanx alot. It was nice and I’m fully able to do the things as I
want.

1 Like

Great. Let me know if I’d need anything else.