Stop Switch click propagation #738
JesusTheHun
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a switch inside a column header.
The column header can be clicked to sort the table, and the switch behave like a filter.
I would like the Switch to not propagate the click event, how can I do that ?
I tried to wrap my Switch into a div that would receive the click event and stop the propagation, didn't work :/
Beta Was this translation helpful? Give feedback.
All reactions