QTable: Add row-mouseenter
and row-mouseleave
events
#17146
Unanswered
jdk2pq
asked this question in
Ideas / Proposals
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Similar to the
click
,dblclick
, andcontextmenu
events that are already emitted from rows in aQTable
, it'd be great to also havemouseenter
andmouseleave
events to add behavior to rows that are currently hovered over.In my team's use case, we want to add a Gmail-style action button menu at the end of each row without using the
body
slot to override the appearance of each row.With the
mouseenter
andmouseleave
events, we would be able to dynamically add and remove the action button menu like so:Related discussions that the above would help with:
I'm very happy to contribute a PR for this new feature. I just wanted to follow the right procedure for starting a new feature discussion and getting this properly green-lit first. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions