` rows. `@select` brings you part of the way there, but doesn't make it easy to get access to the full underlying event, for example to check if the user is holding the \u003Ckey>Ctrl\u003C/key>.\n\nSimilarly, even with `@select` I can't see any easy way to focus the table rows using keyboard input. \n\n### Additional context\n\n_No response_",[3052,3053,3054,3057],{"name":3037,"color":3038},{"name":3041,"color":3042},{"name":3055,"color":3056},"closed-by-bot","ededed",{"name":3058,"color":3056},"stale",2796,"UTable row click event","2025-06-18T09:05:27Z","https://github.com/nuxt/ui/issues/2796",0.6521309,{"description":3065,"labels":3066,"number":3069,"owner":3026,"repository":3027,"state":3044,"title":3070,"updated_at":3071,"url":3072,"score":3073},"### Description\n\nI would like to add a context menu with row actions to my table. Is there any way to do something like this?",[3067,3068],{"name":3020,"color":3021},{"name":3023,"color":3024},3655,"UTable: row action context menu","2025-06-24T12:31:34Z","https://github.com/nuxt/ui/issues/3655",0.65245974,{"description":3075,"labels":3076,"number":3081,"owner":3026,"repository":3027,"state":3044,"title":3082,"updated_at":3083,"url":3084,"score":3085},"### For what version of Nuxt UI are you suggesting this?\n\nv2.x\n\n### Description\n\nI'm using a Table in my project to display a list of \"Items\" with a summary of their properties. To view the full details of an item, users can click on a row to navigate to a detailed page for that item.\n\nCurrently, I'm using the `@select` event to handle row clicks and navigate to the details page. However, this approach doesn’t support opening the details page in a new tab when users right-click or middle-click on a row.\n\nIs there a way to make each row behave more like a link to support this functionality? Or is there any possibility of adding support for this in a future update?\n\nThank you!\n\n\n### Additional context\n\n_No response_",[3077,3078,3080],{"name":3037,"color":3038},{"name":3079,"color":3042},"wontfix-v2",{"name":3023,"color":3024},2492,"[Feature request] Add link compatibility with Table row","2025-07-01T12:18:07Z","https://github.com/nuxt/ui/issues/2492",0.6905624,{"description":3087,"labels":3088,"number":3092,"owner":3026,"repository":3027,"state":3044,"title":3093,"updated_at":3094,"url":3095,"score":3096},"### For what version of Nuxt UI are you asking this question?\n\nv2.x\n\n### Description\n\nI'm wondering if there is an event (similar to ``@select``) for hovering over a table row?\n\nI want to show a popover panel upon hovering over a row\n\nMy current workaround is to insert an action column, and wrap it in a ``UPopover`` component. But preferably, the entire row should act as a trigger\n\nAny suggestions?\n\n```\n\u003Ctemplate #preview-data=\"{ row }\">\n \u003CUPopover \n mode=\"hover\" \n :open-delay=\"300\" \n :disabled=\"isMounted && !grid.sm\"\n :ui=\"{\n ring: 'dark:ring-gray-700'\n }\"\n >\n \u003CUButton icon=\"i-heroicons-identification-20-solid\" color=\"purple\" square />\n\n \u003Ctemplate #panel>\n \u003CRegioloketPreview \n :data=\"row\"\n />\n \u003C/template>\n \u003C/UPopover>\n \u003C/template>\n\n```\n\n",[3089,3090,3091],{"name":3020,"color":3021},{"name":3079,"color":3042},{"name":3023,"color":3024},2435,"@hover event for UTable rows","2025-07-01T14:32:16Z","https://github.com/nuxt/ui/issues/2435",0.7127001,{"description":3098,"labels":3099,"number":3104,"owner":3026,"repository":3027,"state":3044,"title":3105,"updated_at":3106,"url":3107,"score":3108},"### For what version of Nuxt UI are you suggesting this?\n\nv2.x\n\n### Description\n\nTo control the rows of the table, I need a slot for them. For instance, if I want to implement a reorder feature using drag and drop, I require a \u003Ctr> element to loop through.\n\n### Additional context\n\n_No response_",[3100,3101,3102,3103],{"name":3037,"color":3038},{"name":3041,"color":3042},{"name":3055,"color":3056},{"name":3058,"color":3056},2685,"[UTable] Add the functionality to include a slot for all \u003Ctr> elements, as well as a 'default' slot.","2025-06-18T09:05:45Z","https://github.com/nuxt/ui/issues/2685",0.7163135,{"description":3110,"labels":3111,"number":3116,"owner":3026,"repository":3027,"state":3044,"title":3117,"updated_at":3118,"url":3119,"score":3120},"### For what version of Nuxt UI are you suggesting this?\n\nv2.x\n\n### Description\n\nIt would be great to be able to react to keyboard events in the table component, for example using the up and down keys to navigate and the space bar to select a row. Something like:\n```\n\u003CUTable \n ...\n @keyup.up=\"hoverPrevRow\"\n @keyup.down=\"hoverNextRow\"\n @keyup.space=\"selectRow\"\n ...\n/>\n```\nThis will help users operate data tables more efficiently.\n\n### Additional context\n\n_No response_",[3112,3113,3114,3115],{"name":3037,"color":3038},{"name":3041,"color":3042},{"name":3055,"color":3056},{"name":3058,"color":3056},2851,"UTable keyboard events","2025-06-18T09:05:23Z","https://github.com/nuxt/ui/issues/2851",0.7271498,{"description":3122,"labels":3123,"number":3128,"owner":3026,"repository":3027,"state":3044,"title":3129,"updated_at":3130,"url":3131,"score":3132},"### Description\n\nIs there any way to pass in whole row as a slot. I have not found anything like in documentation.",[3124,3125,3126,3127],{"name":3020,"color":3021},{"name":3023,"color":3024},{"name":3055,"color":3056},{"name":3058,"color":3056},3530,"Slot for complete row in `UTable`","2025-06-18T09:01:36Z","https://github.com/nuxt/ui/issues/3530",0.7308452,{"description":3134,"labels":3135,"number":3139,"owner":3026,"repository":3026,"state":3044,"title":3140,"updated_at":3141,"url":3142,"score":3143},"env: \r\n UC browser android \r\nwebpage:\r\n http://zh.nuxtjs.org\r\nerror:\r\n click event is not work for the navigation on the top right corner\r\n",[3136],{"name":3137,"color":3138},"2.x","d4c5f9",1152,"@click don't work well in UC browser ","2023-01-18T15:40:52Z","https://github.com/nuxt/nuxt/issues/1152",0.737982,["Reactive",3145],{},["Set"],["ShallowReactive",3148],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fWMJaUsyvDtpQA1VMJaLanF74nm6OGqsm1_7qTLHK3DQ":-1},"/nuxt/ui/4259"]