\r\n \u003C/NuxtLayout>\r\n \u003C!-- universal components -->\r\n \u003CMenuDialog />\r\n \u003CLanguageDialog />\r\n \u003CColorModeDialog />\r\n \u003CBackdrop />\r\n \u003C!-- etc -->\r\n \u003C/div>\r\n\u003C/template>\r\n```\r\nOr you could just move those components to a directory called `~/components/universal` (for example) and Nuxt would take care of injecting them automatically.\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).",[3040,3042],{"name":3021,"color":3041},"8DEF37",{"name":3043,"color":3044},"discussion","538de2",19492,"Components automatically injected into the root element","2024-06-30T11:09:20Z","https://github.com/nuxt/nuxt/issues/19492",0.74875116,{"description":3051,"labels":3052,"number":3057,"owner":3030,"repository":3031,"state":3058,"title":3059,"updated_at":3060,"url":3061,"score":3062},"### 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_",[3053,3054,3056],{"name":3021,"color":3022},{"name":3055,"color":3028},"wontfix-v2",{"name":3024,"color":3025},2492,"closed","[Feature request] Add link compatibility with Table row","2025-07-01T12:18:07Z","https://github.com/nuxt/ui/issues/2492",0.695809,{"description":3064,"labels":3065,"number":3069,"owner":3030,"repository":3031,"state":3058,"title":3070,"updated_at":3071,"url":3072,"score":3073},"### 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_",[3066,3067,3068],{"name":3021,"color":3022},{"name":3055,"color":3028},{"name":3024,"color":3025},1651,"Add colspan and rowspan support for table","2025-07-01T12:05:52Z","https://github.com/nuxt/ui/issues/1651",0.703716,{"description":3075,"labels":3076,"number":3078,"owner":3030,"repository":3031,"state":3058,"title":3079,"updated_at":3080,"url":3081,"score":3082},"### Description\n\n### Background\r\nThe current Table component in Nuxt UI allows for the listing of data but lacks a dedicated area for displaying supplementary information such as summary results. This limitation hinders the ability to present crucial data insights and reports.\r\n\r\n### Feature Proposal\r\nI propose the addition of a Footer area to the Table component. This Footer should be adjustable based on the columns specification, similar to how rows are handled. It would serve as a space for displaying aggregate results, subtotals, and other important notes related to the data.\r\n\r\n### Expected Impact\r\nWith this feature, the Nuxt UI Table component will become more versatile, offering a more comprehensive set of options for data presentation. Users will be able to glean a more comprehensive understanding of their data by viewing aggregate results and other key information directly within the table.\r\n\r\n### Additional Considerations\r\nImplementing the Footer must carefully balance design and functionality, as it could impact the existing structure of the Table component. Ensuring compatibility with existing features and maintaining extensibility is also crucial.\n\n### Additional context\n\nI am not a native English speaker, so this message was generated with the assistance of ChatGPT.\r\n> 英語話者ではないため、ChatGPTによりメッセージを生成しています。",[3077],{"name":3021,"color":3022},1025,"Add Footer Feature to Table Component","2025-07-02T14:57:22Z","https://github.com/nuxt/ui/issues/1025",0.7291116,{"labels":3084,"number":3088,"owner":3030,"repository":3030,"state":3058,"title":3089,"updated_at":3090,"url":3091,"score":3092},[3085],{"name":3086,"color":3087},"2.x","d4c5f9",10545,"Using NuxtLink as a Dynamic Component not rendering","2023-01-18T15:26:08Z","https://github.com/nuxt/nuxt/issues/10545",0.73058105,{"description":3094,"labels":3095,"number":3100,"owner":3030,"repository":3030,"state":3058,"title":3101,"updated_at":3102,"url":3103,"score":3104},"### Describe the feature\n\nHey all 👋🏻\r\n\r\nIt is amazing that `\u003CNuxtLink>` can handle external links by now (thanks @lihbr for the RFC back then)! One thing that would be helpful is exposing the `isExternal` property to the scoped slots attributes so users don't have to rewrite the logic and can still customize their Link as they like\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://v3.nuxtjs.org/community/contribution).\n- [X] Check existing [discussions](https://github.com/nuxt/framework/discussions) and [issues](https://github.com/nuxt/framework/issues).",[3096,3097],{"name":3021,"color":3041},{"name":3098,"color":3099},"3.x","29bc7f",15398,"Expose `isExternal` prop of \u003CNuxtLink> via scoped slot API","2023-01-19T17:49:39Z","https://github.com/nuxt/nuxt/issues/15398",0.7382363,{"description":3106,"labels":3107,"number":3112,"owner":3030,"repository":3031,"state":3058,"title":3113,"updated_at":3114,"url":3115,"score":3116},"### Description\n\nHey all, \n\nI'm fairly new to nuxt module authorship, and so I was wondering how one may use nuxtUI within a custom module?\nI have the module working, but none of my stylings are coming through, so I am assuming it is a configuration issue. Any guidance, links, or docs on this topic would be greatly appreciated.",[3108,3111],{"name":3109,"color":3110},"question","d876e3",{"name":3024,"color":3025},4118,"Using NuxtUI within a module","2025-05-23T13:23:04Z","https://github.com/nuxt/ui/issues/4118",0.73847884,{"description":3118,"labels":3119,"number":3123,"owner":3030,"repository":3031,"state":3058,"title":3124,"updated_at":3125,"url":3126,"score":3127},"### 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_",[3120,3121,3122],{"name":3021,"color":3022},{"name":3024,"color":3025},{"name":3027,"color":3028},3296,"Support for Multi-Row and Colspan Headers in UTable Component","2025-07-01T12:05:35Z","https://github.com/nuxt/ui/issues/3296",0.7404099,{"description":3129,"labels":3130,"number":3138,"owner":3030,"repository":3031,"state":3058,"title":3139,"updated_at":3140,"url":3141,"score":3142},"### 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_",[3131,3132,3133,3136],{"name":3021,"color":3022},{"name":3027,"color":3028},{"name":3134,"color":3135},"closed-by-bot","ededed",{"name":3137,"color":3135},"stale",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.7437599,["Reactive",3144],{},["Set"],["ShallowReactive",3147],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fi8eGPd6icn6v2mBgcXO_Y1P21lThduMcdBS00iu4R08":-1},"/nuxt/ui/1429"]