\n \u003C/template>\n \u003CUButton\n label=\"Open\"\n color=\"neutral\"\n variant=\"subtle\"\n trailing-icon=\"i-lucide-chevron-down\"\n block\n />\n \u003C/UCollapsible>\n\n### Additional context\n\n_No response_",[3076,3077,3078],{"name":3020,"color":3021},{"name":3023,"color":3024},{"name":3026,"color":3027},4146,"Can we add a reverse prop for collapsible.","2025-05-13T21:49:55Z","https://github.com/nuxt/ui/issues/4146",0.8013028,{"description":3085,"labels":3086,"number":3090,"owner":3029,"repository":3030,"state":3091,"title":3092,"updated_at":3093,"url":3094,"score":3095},"### Description\n\nThe new CheckboxGroup component lacks the `table` variant found on the RadioGroup component. Since these components will often appear together in forms, it would be preferable to have the table variant for both of them.\n\nThis is already easily achieved with the new component by adding the RadioGroup styles to the `item` ui prop. I think it should be possible to make this change just by adding the styles to checkbox-group.ts. I'm happy to make a pull request and make the changes.\n\n### Additional context\n\n_No response_",[3087,3088,3089],{"name":3020,"color":3021},{"name":3023,"color":3024},{"name":3026,"color":3027},3994,"closed","[CheckboxGroup] Add `variant=\"table\"` to match RadioGroup variants","2025-05-13T12:28:16Z","https://github.com/nuxt/ui/issues/3994",0.71351147,{"description":3097,"labels":3098,"number":3102,"owner":3029,"repository":3030,"state":3091,"title":3103,"updated_at":3104,"url":3105,"score":3106},"### Description\n\nI want to allow multiple values selection in radio group, but cannot find any prop of way from the documentation\n\n### Additional context\n\n_No response_",[3099,3100,3101],{"name":3020,"color":3021},{"name":3023,"color":3024},{"name":3026,"color":3027},4143,"Multiple Value selection in radio group","2025-05-13T13:57:53Z","https://github.com/nuxt/ui/issues/4143",0.72285205,{"description":3108,"labels":3109,"number":3118,"owner":3029,"repository":3030,"state":3091,"title":3119,"updated_at":3120,"url":3121,"score":3122},"### Description\n\nCurrently only one responsive strategy is supported - horizontal scroll, but this is not best for all cases. It is possible to hack it by custom CSS or create multiple implementations switched by media query, but usually it means very tight reliance on table markup, so it is easy to break. \n\n\nFor most cases this strategies should be enough:\n\n## Horizontal scroll with first/last cell fixed\nCurrently only strategy implemented. \nGood when user needs to focus only to some columns at a time\n\n\n\n## Prioritized columns\nGood when only 1-2 columns are important. Rest can be manually shown. Can be combined with horizontal scroll.\nEasy to implement in UI kit.\n\n\n\n## Row/cell flip and horizontal scroll\nGood when user needs to focus only to single row or compare two/three following rows.\nEasy to implement in UI kit.\n\n\n\n## Graphical chart\nGood for numbers, but usually both table and chart is required.\nNeeds custom implementation.\n\n\n\n## Table heading next to each row\nVery good when user needs to focus only to single row, but without confusion of horizontal scroll.\nEasy to implement in UI kit.\n\n\n## Change rows to carts\nSame like previos, better usability, but needs custom implementation.\n\n\n\nGood demos of different approaches:\nhttps://elvery.net/demo/responsive-tables/\n\nIt would be good if the selected strategy could be applied based on media query, because the breakpoint will depend on the use-case.\n\nWhen not implemented as a feature it would be nice to just show example how to implement it from outside..\n\n### Additional context\n\n_No response_",[3110,3111,3112,3113,3116],{"name":3020,"color":3021},{"name":3023,"color":3024},{"name":3026,"color":3027},{"name":3114,"color":3115},"closed-by-bot","ededed",{"name":3117,"color":3115},"stale",3742,"Alternative responsive table strategies","2025-06-18T09:01:22Z","https://github.com/nuxt/ui/issues/3742",0.7676486,{"description":3124,"labels":3125,"number":3129,"owner":3029,"repository":3030,"state":3091,"title":3130,"updated_at":3131,"url":3132,"score":3133},"### 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_",[3126,3127,3128],{"name":3020,"color":3021},{"name":3023,"color":3024},{"name":3026,"color":3027},3296,"Support for Multi-Row and Colspan Headers in UTable Component","2025-07-01T12:05:35Z","https://github.com/nuxt/ui/issues/3296",0.7907935,{"description":3135,"labels":3136,"number":3140,"owner":3029,"repository":3030,"state":3091,"title":3141,"updated_at":3142,"url":3143,"score":3144},"### Description\n\nThis is a re-opening of #1484 but for v3. It seems in the transition from v2 to v3, giving the indicators (now \"dots\") ARIA \"tab\" roles was lost. While I did mention it in my original issue, I don't believe my original PR accounted for when multiple items would be displayed at the same time. Perhaps the changes for v3 can take that into account.\n\n### Additional context\n\n_No response_",[3137,3138,3139],{"name":3020,"color":3021},{"name":3023,"color":3024},{"name":3026,"color":3027},4494,"Carousel component could be made more accessible (v3).","2025-07-10T12:18:41Z","https://github.com/nuxt/ui/issues/4494",0.79161793,["Reactive",3146],{},["Set"],["ShallowReactive",3149],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fNphyhUzcJlTH1quhhCyofABRP0AtrZQ5czLloeQUYCA":-1},"/nuxt/ui/4091"]