\n```\nThis will help users operate data tables more efficiently.\n\n### Additional context\n\n_No response_",[2869,2870],{"name":2853,"color":2854},{"name":2856,"color":2857},2851,"UTable keyboard events","2024-12-09T05:42:48Z","https://github.com/nuxt/ui/issues/2851",0.7208159,{"description":2877,"labels":2878,"number":2883,"owner":2859,"repository":2860,"state":2861,"title":2884,"updated_at":2885,"url":2886,"score":2887},"- [x] Pagination\n- [ ] Row Pinning\n- [x] Grouping\n- [ ] Virtualization\n- ...\n\n\n",[2879,2880],{"name":2853,"color":2854},{"name":2881,"color":2882},"v3","49DCB8",2441,"[Table] Implement more TanStack Table features","2025-05-07T13:26:12Z","https://github.com/nuxt/ui/issues/2441",0.7616073,{"description":2889,"labels":2890,"number":2899,"owner":2859,"repository":2859,"state":2861,"title":2900,"updated_at":2901,"url":2902,"score":2903},"### Problem statement\r\nIn Nuxt 3, the `layout` \u003CNuxtPage> is not extensible. While In Nuxt 2, you can do \u003CNuxtPage v-if...> for dynamic page behavior. This lack of extensibility, is causing developer to have to create `conditional v-if` in almost every page.. (cc @adrianpdm)\r\n\r\n### Request/Suggestion\r\nIs it possible to add back extensibility in `layout` \u003CNuxtPage>?\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).",[2891,2893,2896],{"name":2853,"color":2892},"8DEF37",{"name":2894,"color":2895},"discussion","538de2",{"name":2897,"color":2898},"needs details","493824",21667,"Ability to extend `layout` \u003CNuxtPage> like In Nuxt 2","2024-06-30T11:08:29Z","https://github.com/nuxt/nuxt/issues/21667",0.7681241,{"description":2905,"labels":2906,"number":2908,"owner":2859,"repository":2860,"state":2909,"title":2910,"updated_at":2911,"url":2912,"score":2913},"### 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_",[2907],{"name":2853,"color":2854},2373,"closed","UTable types","2024-10-15T09:05:21Z","https://github.com/nuxt/ui/issues/2373",0.7090465,{"description":2915,"labels":2916,"number":2918,"owner":2859,"repository":2860,"state":2909,"title":2919,"updated_at":2920,"url":2921,"score":2922},"### 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_",[2917],{"name":2853,"color":2854},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.72897524,{"description":2924,"labels":2925,"number":2930,"owner":2859,"repository":2860,"state":2909,"title":2931,"updated_at":2932,"url":2933,"score":2934},"### Description\n\nIs there a template available of how to implement a custom column filter for the Nuxt UI (TanStack) tables?\n\nI have read the TanStack documentation but I cannot figure out how to implement it in the Nuxt UI version. I cannot seem to find any samples online either.\n\nThanks!",[2926,2929],{"name":2927,"color":2928},"question","d876e3",{"name":2881,"color":2882},4217,"Custom column filter in table","2025-05-26T12:39:05Z","https://github.com/nuxt/ui/issues/4217",0.74161327,{"description":2936,"labels":2937,"number":2939,"owner":2859,"repository":2860,"state":2909,"title":2940,"updated_at":2941,"url":2942,"score":2943},"### For what version of Nuxt UI are you asking this question?\n\nv2.x\n\n### Description\n\ni add the default table but have another styling.\nhow can i fix this? \n\n` \u003CUTable\n v-model:expand=\"expand\"\n class=\"w-full\"\n :loading-state=\"{ icon: 'i-heroicons-arrow-path-20-solid', label: 'Loading...' }\"\n :progress=\"{ color: 'primary', animation: 'carousel' }\"\n :rows=\"people\"\n :columns=\"columns\"\n >`\n\n",[2938],{"name":2927,"color":2928},2667,"I have no styling at the default UTable","2024-11-17T11:13:44Z","https://github.com/nuxt/ui/issues/2667",0.74934036,{"description":2945,"labels":2946,"number":2947,"owner":2859,"repository":2860,"state":2909,"title":2948,"updated_at":2949,"url":2950,"score":2951},"Hi Nuxt team 👋,\n\nFirst of all, thank you for your amazing work on `Nuxt UI Pro` — it's been a great experience using it during development.\n\nI wanted to report a small inconsistency in the [`PageGrid`](https://ui.nuxt.com/components/page-grid#theme) component between the documentation and the actual implementation.\n\nIn the documentation, the grid layout is shown as using:\n\n```ts\n{\n pageGrid: {\n base: 'relative grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-8'\n }\n }\n```\nHowever, when inspecting the component itself, it's currently using:\n\n```ts\n{\n pageGrid: {\n base: 'relative grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-8'\n }\n }\n```\n\n**Key difference:** \n- Docs: `lg:grid-cols-3` \n- Implementation: `lg:grid-cols-4`\n\nThis might be due to a recent design update that hasn’t been reflected in the docs yet — or maybe just a minor oversight. Either way, I thought it would be helpful to point it out.\n\nAlso, I noticed that `Nuxt UI Pro` doesn’t currently accept `PRs`, even for things like `documentation`. Since it’s free for development use, I’d love to help contribute and fix small issues like this. Would the team consider allowing `PRs` (at least for docs), or offering another way to contribute feedback on `Nuxt UI Pro` components?\n\nThanks again for all your hard work — really excited about where `Nuxt` is going!\n\nBest regards,\nmrkaashee",[],4191,"🐛 PageGrid Component – Grid Columns Mismatch Between Docs and Implementation","2025-05-20T09:06:23Z","https://github.com/nuxt/ui/issues/4191",0.7529359,{"description":2953,"labels":2954,"number":2960,"owner":2859,"repository":2860,"state":2909,"title":2961,"updated_at":2962,"url":2963,"score":2964},"### Description\n\nThe UPageCard component supports highlight and spotlight modes, but there’s no way to change its color dynamically. It just uses the primary color. It would be nice to be able to change this by a color prop.\n\n### Additional context\n\n_No response_",[2955,2956,2957],{"name":2853,"color":2854},{"name":2881,"color":2882},{"name":2958,"color":2959},"pro","5BD3CB",3389,"UPageCard: Allow setting color","2025-03-08T12:22:25Z","https://github.com/nuxt/ui/issues/3389",0.7612806,["Reactive",2966],{},["Set"],["ShallowReactive",2969],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f3WGNDH2Edqya8K9JGwxigf-kanxwhPgeKjgNsNr66dM":-1},"/nuxt/ui/1651"]