reactgrid
reactgrid copied to clipboard
[Feature request] Custom component for the context menu
Expected behavior Would it be possible to implement an option to provide a custom react component for onContextMenu handler which would then be rendered when contextual menu is invoked instead of the default menu?
I don't think a custom component for the menu is possible, but you can take a look at the documentation for custom menu options 😀
Why is custom component of menu not possible?
Because such option was not (yet? might be added in the upcoming v5) implemented in the current RG version 😅
context menu will be removed from v5. User needs to implement his own.