Dropdown works only when mapping column is updated

Tags: #<Tag:0x00007f8b29191688>

Hi,

In this fiddle example - https://jsfiddle.net/boobalganesan/ykgjw8v5/1/ , how do I have the dropdown values work from the start.

I mean, only when I change the “year” field in the above example, its appropriate values gets loaded in the “owner” field, I just want it to be available from start without changing the “year” field. Please let me know what should be done.

I tried to use setDataAtCell function programmatically, and its works fine. Is there any other way to do this rather than updating all rows to refresh the drop down values during the initial load?

Thanks,
B

Hey,

Please check if this meets your requirements

https://jsfiddle.net/handsoncode/uyxo5g4v/

Hey @aleksandra_budnik,

Please check this fiddle, here the OWNER column dropdown works only after the YEAR OF PRODUCTION column is selected/edited.

https://jsfiddle.net/boobalganesan/x9Lpd84y/1/

P.S. I’ve removed the source for the OWNER column from your fiddle as there cannot be a definite source for the OWNER column and it only depends on the YEAR OF PRODUCTION.

Thanks,
B

Any update on this @aleksandra_budnik?

I will ask our developer to check this demo. He should be able to check it on Monday/Tuesday.

https://jsfiddle.net/7m293etL/2/ This demo solved my query.

HOT has answers to all questions apparently!

Thanks!
B

Great news! Thank you for update