d3-context-menu
d3-context-menu copied to clipboard
Nested context menu options?
Is it possible to nest menu items? Say I want two top level options Select and Deselect. Clicking on each would reveal a submenu with attributes to select or deselect by. Is this supported and if so could an example be provided? Cant seem to get this use case to work.
Whether yay or nay, any feedback on this would be helpful
Sorry for the delay, I thought I'd posted a comment. It is not currently possible to nest items, though I'd accept a pull request for such a feature.
@patorjk I added this feature in PR #50. Please check it.
This looks pretty good, I'll merge it in later today. Thanks!