` 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_",[3172,3173,3174,3175],{"name":3140,"color":3141},{"name":3143,"color":3144},{"name":3159,"color":3160},{"name":3162,"color":3160},2796,"UTable row click event","2025-06-18T09:05:27Z","https://github.com/nuxt/ui/issues/2796",0.7194986,{"description":3182,"labels":3183,"number":3190,"owner":3146,"repository":3147,"state":3164,"title":3191,"updated_at":3192,"url":3193,"score":3194},"### 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_",[3184,3185,3187],{"name":3140,"color":3141},{"name":3186,"color":3144},"wontfix-v2",{"name":3188,"color":3189},"v3","49DCB8",2492,"[Feature request] Add link compatibility with Table row","2025-07-01T12:18:07Z","https://github.com/nuxt/ui/issues/2492",0.73482263,{"description":3196,"labels":3197,"number":3201,"owner":3146,"repository":3147,"state":3164,"title":3202,"updated_at":3203,"url":3204,"score":3205},"### 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_",[3198,3199,3200],{"name":3140,"color":3141},{"name":3188,"color":3189},{"name":3143,"color":3144},4381,"[UTable] -> Context Menu upon selecting row","2025-06-24T12:32:01Z","https://github.com/nuxt/ui/issues/4381",0.73602706,{"description":3207,"labels":3208,"number":3212,"owner":3146,"repository":3147,"state":3164,"title":3213,"updated_at":3214,"url":3215,"score":3216},"### Description\n\nCurrently, the table component (\u003Cutable>) in NuxtUI lacks the ability to set colspan and rowspan for cells within the table. Adding this feature would enhance the capability and flexibility in structuring more complex table data.\n\n### Additional context\n\n_No response_",[3209,3210,3211],{"name":3140,"color":3141},{"name":3186,"color":3144},{"name":3188,"color":3189},1651,"Add colspan and rowspan support for table","2025-07-01T12:05:52Z","https://github.com/nuxt/ui/issues/1651",0.7363499,{"description":3218,"labels":3219,"number":3223,"owner":3146,"repository":3147,"state":3164,"title":3224,"updated_at":3225,"url":3226,"score":3227},"### Description\n\nDescription:\nI am currently using the UTable component from Nuxt UI and have encountered a limitation regarding the customization of table headers. Specifically, I need to create a table with multi-row headers and the ability to merge columns using colspan. For example, the multi-row spanning column headers shown in the image.However, the current implementation of the UTable component does not seem to support this feature.\n\n\nCurrent Behavior:\n\nThe header property allows for custom content using the h function, but it is limited to single-column customization.\nThe available slots are primarily designed for single-column or specific row customization and do not support multi-column header customization.\nExpected Behavior:\n\nAbility to define headers that span multiple rows and columns.\nSupport for colspan and rowspan attributes in the header configuration to allow for more complex table layouts.\nEnhanced slot functionality to support multi-column header customization.\nUse Case:\nThis feature is essential for creating complex data tables where grouped headers are necessary for better data organization and presentation. It is particularly useful in scenarios where data needs to be categorized under broader headings.\n\nProposed Solution:\n\nIntroduce a mechanism in the UTable component to allow for multi-row and multi-column header definitions.\nProvide examples and documentation on how to implement these features using the existing API or through new enhancements.\nConsider expanding the slot functionality to support more complex header customizations.\nAdditional Context:\n\nThis feature is commonly supported in other table libraries and would greatly enhance the flexibility and usability of the UTable component in Nuxt UI.\nEnvironment:\n\nNuxt UI version: [3.0.0-alpha.12]\nNuxt version: [^3.15.4]\n\nRelated Issues Link:\nhttps://github.com/nuxt/ui/issues/1289#issuecomment-2652919275\nhttps://github.com/nuxt/ui/issues/1651\nhttps://github.com/nuxt/ui/issues/2053\n\nRelated Documentation Link:\nhttps://ui3.nuxt.dev/components/table\n\n### Additional context\n\n_No response_",[3220,3221,3222],{"name":3140,"color":3141},{"name":3188,"color":3189},{"name":3143,"color":3144},3296,"Support for Multi-Row and Colspan Headers in UTable Component","2025-07-01T12:05:35Z","https://github.com/nuxt/ui/issues/3296",0.73903805,{"description":3229,"labels":3230,"number":3235,"owner":3146,"repository":3147,"state":3164,"title":3236,"updated_at":3237,"url":3238,"score":3239},"### 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_",[3231,3232,3233,3234],{"name":3140,"color":3141},{"name":3143,"color":3144},{"name":3159,"color":3160},{"name":3162,"color":3160},2851,"UTable keyboard events","2025-06-18T09:05:23Z","https://github.com/nuxt/ui/issues/2851",0.7445936,{"description":3241,"labels":3242,"number":3247,"owner":3146,"repository":3147,"state":3164,"title":3248,"updated_at":3249,"url":3250,"score":3251},"### Description\n\n👋,\n\nIs it possible to create a multi-line select with NuxtUI?\n\nI need a select element to choose from a list of addresses where each address is three lines long.\n\nAll the examples are single line selects, which makes sense as this is the norm.\n\nI thought I should ask before wasting a lot of time on a possible lost cause.",[3243,3246],{"name":3244,"color":3245},"question","d876e3",{"name":3188,"color":3189},4063,"Multi-LINE Select","2025-05-06T18:00:44Z","https://github.com/nuxt/ui/issues/4063",0.74776125,{"description":3253,"labels":3254,"number":3256,"owner":3146,"repository":3147,"state":3164,"title":3257,"updated_at":3258,"url":3259,"score":3260},"### For what version of Nuxt UI are you suggesting this?\n\nv2.x\n\n### Description\n\nHow can add a class to the \"selectable\" column? Other columns I can use the `class` attribute (https://ui.nuxt.com/components/table#columns) for the column, but for the automatically showing \"selectable\" column, there's no such way to customize it\n\n### Additional context\n\n_No response_",[3255],{"name":3140,"color":3141},2377,"Ability to add custom column data (specifically class) to automatically showing selectable column","2024-11-12T17:12:38Z","https://github.com/nuxt/ui/issues/2377",0.7490478,["Reactive",3262],{},["Set"],["ShallowReactive",3265],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fhzKYIv3w8HUsxaG8-Wn7-HyTewxPIQIIJgv_mDPbp84":-1},"/nuxt/ui/4393"]