Replies: 2 comments 3 replies
-
stop event propagation
…On Wed, Dec 16, 2020, 4:17 AM matt-jolt ***@***.***> wrote:
I couldn't find anything in the docs or examples on this after quite some
time so if I've missed it I apologize.
I have the following table:
[image: Screen Shot 2020-12-15 at 3 45 20 PM]
<https://user-images.githubusercontent.com/62953316/102281690-a49eb300-3eec-11eb-93d9-d57d841dc819.png>
Each row is clickable as well as having a checkbox and a menu (not in the
picture).
How on earth do I get the onClick for the row to not execute when I click
on the checkbox or menu?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2924>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKEG7N5LX2ALSQTU53AGCPDSU7RR3ANCNFSM4U5CQW4A>
.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
I'm having this same issue. I've stopProgation on the checkbox as well as the row onclick handler and still I'm not able to get the checkboxes or other links/buttons in the row to work. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I couldn't find anything in the docs or examples on this after quite some time so if I've missed it I apologize.
I have the following table:

Each row is clickable as well as having a checkbox and a menu (not in the picture).
How on earth do I get the
onClick
for the row to not execute when I click on the checkbox or menu?Beta Was this translation helpful? Give feedback.
All reactions