\r\n```\r\n\r\nI think implementation should be simple. In the NuxtLink component we would just need to do\r\n\r\n```ts\r\nnavigateTo(...)\r\n // New:\r\n .then(emit('navigationComplete', to))\r\n```\r\n\r\nI guess???\r\n\r\nIf that seems useful I might try my luck with a PR...\n\n### Additional information\n\n- [x] Would you be willing to help implement this feature?\n- [ ] Could this feature be implemented as a module?\n\n### Final checks\n\n- [X] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\n- [X] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[3019,3022,3025],{"name":3020,"color":3021},"enhancement","8DEF37",{"name":3023,"color":3024},"discussion","538de2",{"name":3026,"color":3027},"pages","00DFB5",19928,"nuxt","open","Emit \"navigation-complete\" event on NuxtLink","2024-06-30T11:09:10Z","https://github.com/nuxt/nuxt/issues/19928",0.7273493,{"description":3036,"labels":3037,"number":3048,"owner":3029,"repository":3049,"state":3050,"title":3051,"updated_at":3052,"url":3053,"score":3054},"### For what version of Nuxt UI are you suggesting this?\n\nv2.x\n\n### Description\n\nMuch like in https://github.com/nuxt/ui/issues/1387, I have a need to listen for clicks on `\u003CUTable />` 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_",[3038,3040,3043,3046],{"name":3020,"color":3039},"a2eeef",{"name":3041,"color":3042},"triage","ffffff",{"name":3044,"color":3045},"closed-by-bot","ededed",{"name":3047,"color":3045},"stale",2796,"ui","closed","UTable row click event","2025-06-18T09:05:27Z","https://github.com/nuxt/ui/issues/2796",0.62703264,{"description":3056,"labels":3057,"number":3066,"owner":3029,"repository":3049,"state":3050,"title":3067,"updated_at":3068,"url":3069,"score":3070},"### 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",[3058,3061,3063],{"name":3059,"color":3060},"question","d876e3",{"name":3062,"color":3042},"wontfix-v2",{"name":3064,"color":3065},"v3","49DCB8",2435,"@hover event for UTable rows","2025-07-01T14:32:16Z","https://github.com/nuxt/ui/issues/2435",0.68594545,{"description":3072,"labels":3073,"number":3078,"owner":3029,"repository":3049,"state":3050,"title":3079,"updated_at":3080,"url":3081,"score":3082},"### 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_",[3074,3075,3076,3077],{"name":3020,"color":3039},{"name":3041,"color":3042},{"name":3044,"color":3045},{"name":3047,"color":3045},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.6881659,{"description":3084,"labels":3085,"number":3089,"owner":3029,"repository":3049,"state":3050,"title":3090,"updated_at":3091,"url":3092,"score":3093},"### Description\n\nHi !\r\n\r\nTo integrate a link within a table cell using the NuxtUI `components/table`, you would typically use a slot to customize the cell content, as the direct `cell` property might not be available in the component's API. Can this approach be used to include `ULink` components within table cells, and if so, how?",[3086,3087,3088],{"name":3059,"color":3060},{"name":3044,"color":3045},{"name":3047,"color":3045},1429,"Integrating Links within NuxtUI Table Cells","2025-06-19T02:12:47Z","https://github.com/nuxt/ui/issues/1429",0.6890831,{"description":3095,"labels":3096,"number":3100,"owner":3029,"repository":3049,"state":3050,"title":3101,"updated_at":3102,"url":3103,"score":3104},"### Description\n\nHello,\n\nI've spent the last couple of hours trying to implement right-click functionality on UTable rows. I've reviewed existing issues but couldn't find a solution that fits this need.\n\nWhat I want to achieve is to show a UContextMenu with actions related to the clicked row when the user right-clicks on it.\n\nCurrently, there is no way I could find to detect right-click events on individual rows along with their row data. If UTable had a #row slot or a dedicated @click.right event that provides the clicked row’s data, this would be easily achievable.\n\nIf there is any workaround or method to implement this right-click behavior on rows with access to row data, I would really appreciate if someone could share it.\n\nThank you!\n\n\n\n### Additional context\n\n_No response_",[3097,3098,3099],{"name":3020,"color":3039},{"name":3064,"color":3065},{"name":3041,"color":3042},4259,"Add support for @click.right event on UTable rows to enable context menus","2025-07-01T11:16:40Z","https://github.com/nuxt/ui/issues/4259",0.6931357,{"description":3106,"labels":3107,"number":3110,"owner":3029,"repository":3049,"state":3050,"title":3111,"updated_at":3112,"url":3113,"score":3114},"### 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?",[3108,3109],{"name":3059,"color":3060},{"name":3064,"color":3065},3655,"UTable: row action context menu","2025-06-24T12:31:34Z","https://github.com/nuxt/ui/issues/3655",0.7096153,{"description":3116,"labels":3117,"number":3121,"owner":3029,"repository":3049,"state":3050,"title":3122,"updated_at":3123,"url":3124,"score":3125},"### Description\n\nHi is it possible to add context menu in utable upon selecting a row ? or any alternative ways how to do it thru context menu and utable ?\n\nThankss.\n\n### Additional context\n\n_No response_",[3118,3119,3120],{"name":3020,"color":3039},{"name":3064,"color":3065},{"name":3041,"color":3042},4381,"[UTable] -> Context Menu upon selecting row","2025-06-24T12:32:01Z","https://github.com/nuxt/ui/issues/4381",0.71230865,{"description":3127,"labels":3128,"number":3133,"owner":3029,"repository":3049,"state":3050,"title":3134,"updated_at":3135,"url":3136,"score":3137},"### 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_",[3129,3130,3131,3132],{"name":3020,"color":3039},{"name":3041,"color":3042},{"name":3044,"color":3045},{"name":3047,"color":3045},2851,"UTable keyboard events","2025-06-18T09:05:23Z","https://github.com/nuxt/ui/issues/2851",0.712419,{"description":3139,"labels":3140,"number":3144,"owner":3029,"repository":3029,"state":3050,"title":3145,"updated_at":3146,"url":3147,"score":3148},"\u003C!--\r\nIMPORTANT: Please use the following link to create a new issue:\r\n\r\nhttps://cmty.app/nuxt/issues/new?repo=nuxt.js\r\n\r\nIf your issue was not created using the app above, it will be closed immediately.\r\n-->\r\nnuxt doesn't support right click event\r\n```\r\n \u003Cdiv @click=\"onSelect(item,index)\" class=\"tab\" @click.right.stop.prevent=\"onRightClick($event,item,index)\" >\r\n\r\n```\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://cmty.app/nuxt\">Nuxt\u003C/a> community (\u003Ca href=\"https://cmty.app/nuxt/nuxt.js/issues/c7549\">#c7549\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3141],{"name":3142,"color":3143},"2.x","d4c5f9",3707,"nuxt doesn't support right click event","2023-01-18T16:26:28Z","https://github.com/nuxt/nuxt/issues/3707",0.71536666,["Reactive",3150],{},["Set"],["ShallowReactive",3153],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fpkGmToaG-Va3JsAq8HfFcRJe7EY31ydyKrapEETA06w":-1},"/nuxt/ui/2492"]