Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.9k
Open
Labels
Description
Is your feature request related to a problem? Please describe...
I want to provide a right-click menu for the headers on a table.
Describe the solution you'd like
I'd like an eventhead-contextmenu
similar torow-contextmenu
andhead-clicked
. Where, it fires when the header or footer is right-clicked. (contextmenu
event)
Describe alternatives you've considered
Bind the event using aref
on themounted
lifecycle hook of the parent component.
Additional context
Pull request addingrow-contextmenu
event#2064