rendering a drop down menu when a button is clicked in a cell ? #2049
Unanswered
davidlygagnon
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I started playing with react-tables and wondering what's the best way of rendering a drop down component that would show up when a button is clicked in a cell. I'm able to use Cell: renderer function to render custom JSX but for some reason my drop down never shows up because there seem to be too many re-rendering cycles happening. Has anyone successfully done that and would be able to share a code snippet?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions