How can I implement a context menu when right-clicking a table row? #1709
-
Using the variant="icon" prop in the ButtonDropdown component, I can display the actions menu when a row is clicked. Now, how can I display the same menu as a context menu when right-clicking on a row? Thank you, |
Beta Was this translation helpful? Give feedback.
Answered by
just-boris
Nov 1, 2023
Replies: 1 comment 2 replies
-
Custom dropdown menus is not a standard UI feature on web interfaces. I would recommend you to avoid custom right-click menus, because it is not only misaligned with our design system, but with web design in general |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
just-boris
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Custom dropdown menus is not a standard UI feature on web interfaces. I would recommend you to avoid custom right-click menus, because it is not only misaligned with our design system, but with web design in general