You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now the table only supports the @select event but in the future there is a possibility that there will be @hover, @contextmenu, etc. events. @remihuigen
For what version of Nuxt UI are you asking this question?
v2.x
Description
I'm wondering if there is an event (similar to
@select
) for hovering over a table row?I want to show a popover panel upon hovering over a row
My current workaround is to insert an action column, and wrap it in a
UPopover
component. But preferably, the entire row should act as a triggerAny suggestions?
The text was updated successfully, but these errors were encountered: