React Context Menu
Does anyone have any good resources for creating context menus on right-click? I couldn’t see anything like this covered in the docs for tanstack table
1 Reply
sharp-indigo•3y ago
Not sure why tanstack table would have anything related to this in its docs. It’s got nothing to do with rendering tables.
Radix UI have a context menu component. It’s also a damn good library.
https://www.radix-ui.com/docs/primitives/components/context-menu
Context Menu – Radix UI
Displays a menu located at the pointer, triggered by a right-click or a long-press.