integrate with react-contextmenu #296
emacsbliss
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
To follow up on #96.
I ran into issues when integrate react-contextmenu into this library.
The issue is so far seems I can only change DataViewer for the cell, but upon rendering, whatever element I returned from my custom DataViewer(which is the place I hook into react-contextmenu) is the inner children of a td element and that seems never trigger the context menu..
I felt the react-contextmenu needs to be hooked at
td
element level, not its children, but seems react-spreadsheet does not provide a way to change that..thanks for the help!
Beta Was this translation helpful? Give feedback.
All reactions