Add ability to have a context menu handler on the datasheet#13
Merged
nadbm merged 3 commits intonadbm:masterfrom Apr 11, 2017
Merged
Add ability to have a context menu handler on the datasheet#13nadbm merged 3 commits intonadbm:masterfrom
nadbm merged 3 commits intonadbm:masterfrom
Conversation
Owner
|
@weswigham This is great! Did you have an example usage? Would love to put it on the examples as well :) |
Contributor
Author
|
Just something like In my case, I wanted to disable the default right-click menu and toggle the read-onlyness of a cell on right-click. |
Owner
|
@weswigham Are you ever doing anything with the evt object other than preventDefault? |
Contributor
Author
|
I can see needing the interaction location to spawn a menu at, like is
common in contextmenu handlers.
…On Fri, Apr 7, 2017, 12:17 AM Nadim Islam ***@***.***> wrote:
Are you ever doing anything with the evt object other than preventDefault?
I would like to keep the api a little consistent so might want change that.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACzAMj2vesmIxR6AXnMJ7c_7ecvTSB9Wks5rtbjOgaJpZM4M1u5f>
.
|
|
@weswigham do you have any examples for context menu |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Which is triggered for each cell uniquely.