\n```\nThis will help users operate data tables more efficiently.\n\n### Additional context\n\n_No response_",[2898,2899],{"name":2853,"color":2854},{"name":2859,"color":2860},2851,"UTable keyboard events","2024-12-09T05:42:48Z","https://github.com/nuxt/ui/issues/2851",0.785616,{"description":2906,"labels":2907,"number":2910,"owner":2862,"repository":2863,"state":2864,"title":2911,"updated_at":2912,"url":2913,"score":2914},"### 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_",[2908,2909],{"name":2853,"color":2854},{"name":2859,"color":2860},2685,"[UTable] Add the functionality to include a slot for all \u003Ctr> elements, as well as a 'default' slot.","2024-11-19T12:33:59Z","https://github.com/nuxt/ui/issues/2685",0.7872037,{"description":2916,"labels":2917,"number":2925,"owner":2862,"repository":2863,"state":2926,"title":2927,"updated_at":2928,"url":2929,"score":2930},"### For what version of Nuxt UI are you asking this question?\n\nv2.x\n\n### Description\n\nDoesn't it make more sense to render a `section` element on [LandingSection](https://ui.nuxt.com/pro/components/landing-section)?\n\nIf no, can I change it natively (aka without need to rewrite all the component or create my own component)?",[2918,2921,2922],{"name":2919,"color":2920},"question","d876e3",{"name":2856,"color":2857},{"name":2923,"color":2924},"pro","5BD3CB",2437,"closed","[Pro] Why LandingSection component render a `div` instead of a `section` element?","2024-10-22T21:02:07Z","https://github.com/nuxt/ui/issues/2437",0.75297946,{"description":2932,"labels":2933,"number":2936,"owner":2862,"repository":2862,"state":2926,"title":2937,"updated_at":2938,"url":2939,"score":2940},"### Describe the feature\r\n\r\nMy feature suggestion is to add 1 or 2 new composables:\r\n\r\n- `useResponseHeader`\r\n- `useResponseHeaders`\r\n\r\nWhich would both be very similar to their existing equals:\r\n- [useRequestHeader](https://nuxt.com/docs/api/composables/use-request-header)\r\n- [useRequestHeaders](https://nuxt.com/docs/api/composables/use-request-headers)\r\n\r\nWithout having looked extensively at these existing composables, I think you might even be able to reuse a lot of the same scaffolding for creating `useResponseHeader(s)`.\r\n\r\nAlthough I have not contributed before, I am experienced in building with Nuxt and would be willing (glad!) to implement this feature myself.\r\n\r\nMotivation for this feature comes from my own desire to have a simple way to set response headers. For what it's worth, I did a quick search for issues and more people are asking about this:\r\n- https://github.com/nuxt/nuxt/discussions/25091\r\n- https://github.com/nuxt/nuxt/discussions/25425 \r\n- https://github.com/nuxt/nuxt/discussions/21920\r\n\r\n(It's not impossible right now of course, but having a dedicated composable for this in the docs could increase discoverability/usability.)\r\n\r\n### Additional information\r\n\r\n- [X] Would you be willing to help implement this feature?\r\n- [ ] Could this feature be implemented as a module?\r\n\r\n### Final checks\r\n\r\n- [X] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\r\n- [X] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[2934,2935],{"name":2853,"color":2873},{"name":2878,"color":2879},27075,"Suggestion for new composables: `useResponseHeader(s)` similar to existing `useRequestHeader` composable","2024-10-08T16:16:32Z","https://github.com/nuxt/nuxt/issues/27075",0.7530053,{"description":2942,"labels":2943,"number":2945,"owner":2862,"repository":2863,"state":2926,"title":2946,"updated_at":2947,"url":2948,"score":2949},"### For what version of Nuxt UI are you suggesting this?\n\nv2\n\n### Description\n\nPlease export `UTable` types in '#ui/types' too (Rows/Columns types).\nThanks\n\n### Additional context\n\n_No response_",[2944],{"name":2853,"color":2854},2373,"UTable types","2024-10-15T09:05:21Z","https://github.com/nuxt/ui/issues/2373",0.760948,{"description":2951,"labels":2952,"number":2955,"owner":2862,"repository":2863,"state":2926,"title":2956,"updated_at":2957,"url":2958,"score":2959},"### Description\n\nI am trying to add style to a specific row in a UTable. So far I am trying something like this: \n\n```\n\u003CUTable\n :ui=\"{\n tbody: [\n tr.id === '1001' ? ' ' : 'light:bg-[#000] dark:bg-[#000] font-bold',\n ],\n }\"\n\u003C/UTable>\n```\n\nI am using the `:ui` prop as the docs say: \n\n```\n{ root?: ClassNameValue; base?: ClassNameValue; caption?: ClassNameValue; thead?: ClassNameValue; tbody?: ClassNameValue; ... 4 more ...; loading?: ClassNameValue; }\n```\n(Taken from: https://ui.nuxt.com/components/table)\n\nHowever, the docs don't say how to add a condition. I tried this: ` tr.id === '1001' ?` as well as hundreds of other possibilities because I am trying without knowing. It is not working, I suppose because I am not using the correct syntax.\n\nCould you provide more info as what options I have with the UTable to achieve this? Thank you in advance.\n\n",[2953,2954],{"name":2919,"color":2920},{"name":2856,"color":2857},4089,"How to add style to a specific row in a UTable?","2025-05-08T11:59:49Z","https://github.com/nuxt/ui/issues/4089",0.7783595,{"description":2961,"labels":2962,"number":2967,"owner":2862,"repository":2863,"state":2926,"title":2968,"updated_at":2969,"url":2970,"score":2971},"### Description\n\nIt would be great if the Nuxt UI carousel component could support infinite scrolling, allowing users to continuously scroll through items without reaching an end. This feature is commonly seen in many modern carousels and would enhance the user experience, especially for carousels with a limited number of items or those designed for continuous looping.\n\n### Additional context\n\n_No response_",[2963,2966],{"name":2964,"color":2965},"duplicate","cfd3d7",{"name":2853,"color":2854},2286,"Add Infinite Scrolling to Nuxt UI Carousel Component","2024-10-02T09:14:42Z","https://github.com/nuxt/ui/issues/2286",0.7810932,["Reactive",2973],{},["Set"],["ShallowReactive",2976],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fF5UT0E7nIHixDpXgD3n85b9wtjuK4Z8eawGv6DUw-z0":-1},"/nuxt/ui/1195"]