Dropdown Cell rendering - updating DataGridOverlayEditor #992
Unanswered
verfrn-ilab
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi devs, great lib!
I'm trying to render dropdown cell with promise/fetch, decoupling it from first rendering (es. using
onCellActivated
at the select opening), but I can't find the right way to triggerDataGridOverlayEditor
to refresh & show values once loaded. I have to click off (triggeringonCellEdited
) and reopen to see results. Is there a pattern to follow? Thanks in advanceHere is a snippet:
Beta Was this translation helpful? Give feedback.
All reactions