Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Data table click middle on row #15532

Closed
aesteves60 opened this issue Jul 28, 2022 · 1 comment
Closed

[Feature Request] Data table click middle on row #15532

aesteves60 opened this issue Jul 28, 2022 · 1 comment
Labels
duplicate The issue has already been reported

Comments

@aesteves60
Copy link

Problem to solve

We can't catch the event @click:row.middle or @mousedown:row.middle
https://codepen.io/alexesteves/pen/poLdvov?editors=1011

Proposed solution

Add the event mousedown:row to catch the click middle (scroll wheel)
I think it's better to create a new event @mousedown because if you catch the mousedown and emit click:row you risk having 2 events click:row (https://javascript.info/mouse-events-basics#events-order)

@KaelWD
Copy link
Member

KaelWD commented Jul 28, 2022

Duplicate of #9720

@KaelWD KaelWD marked this as a duplicate of #9720 Jul 28, 2022
@KaelWD KaelWD closed this as not planned Won't fix, can't repro, duplicate, stale Jul 28, 2022
@KaelWD KaelWD added duplicate The issue has already been reported and removed S: triage labels Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate The issue has already been reported
Projects
None yet
Development

No branches or pull requests

2 participants