Hi there HoT team,
I have this scenario wherein I have 2 dropdowns dependent on each other. The first dropdown is the one decides the options for the second dropdown.
I’m using setCellMeta(row, col, 'source', options)
to be able to update the second dropdown.
Is there a way I can revalidate the second dropdown after the source is being set?
Thank you