DataTable @rowHover event? #340
-
Hello is there something like @rowClick event on DataTable component but for hover/mouseover event? I've found some old discussions about this feature but right now i cant access such a feature, nor i cant find it in official documentation. So I am wondering whether there is rowHover featuer or some similiar functionality. I need to emit some data on row hover. thanks for answer |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
There is |
Beta Was this translation helpful? Give feedback.
-
I know about this one, but I wasn't able to emit values onHover. According to link you sent: "When enabled, background of the rows change on hover." So I assume that this property is only for visual background changes. If I am not right and it is somehow possible to emit event (like @rowClick) please tell me how. Thank you! |
Beta Was this translation helpful? Give feedback.
-
Hi all, Is there a different syntax for to add a passthroug for typescript? Thanks for any help here. greetings Here is a Demo on stackblitz |
Beta Was this translation helpful? Give feedback.
Perhaps this example will help you understand how to call an event by hover on a row. In PrimeVue, as far as I understand, Pass Through is used for this.