isn't rendering","2025-01-08T09:24:13Z","https://github.com/nuxt/ui/issues/3044",0.6605077,{"description":2939,"labels":2940,"number":2946,"owner":2875,"repository":2876,"state":2910,"title":2947,"updated_at":2948,"url":2949,"score":2950},"### Environment\n\n- Operating System: Linux\r\n- Node Version: v20.17.0\r\n- Nuxt Version: 3.12.4\r\n- CLI Version: 3.12.0\r\n- Nitro Version: 2.9.7\r\n- Package Manager: pnpm@9.10.0\r\n- Builder: -\r\n- User Config: extends, modules, ui, colorMode, routeRules, devtools, typescript, future, eslint, runtimeConfig, compatibilityDate\r\n- Runtime Modules: @nuxt/eslint@0.5.1, @nuxt/fonts@0.7.2, @nuxt/ui@2.18.4, @vueuse/nuxt@10.11.1\r\n- Build Modules: -\n\n### Version\n\n2.18.4\n\n### Reproduction\n\nhttps://stackblitz.com/edit/nuxt-ui-9zrfga?file=app.vue\r\n\n\n### Description\n\nHi everyone.\r\nI truly appreciate your work. Many many thanks!!\r\nI'm starting a new project, my first project with \"nuxt\" and \"nuxt ui+pro\" (I liked the dashboard theme).\r\nMaybe I'm doing something wrong, in this case please help me.\r\nOtherwise I think I found an error in the theme of the UDashboardModal component.\r\n\r\nThe background of UDashboardModal does not follow the length of its content in \"mobile view\" (small devide, in this example 400x616).\r\n\r\n\r\n\r\nIn desktop viewport work as expected.\r\n\r\n\r\n\r\nWhat's do you think?\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2941,2942,2943],{"name":2866,"color":2867},{"name":2920,"color":2921},{"name":2944,"color":2945},"pro","5BD3CB",2220,"Issue Nuxt UI Pro UDashboardModal background ","2024-10-06T18:00:50Z","https://github.com/nuxt/ui/issues/2220",0.6647884,{"description":2952,"labels":2953,"number":2956,"owner":2875,"repository":2876,"state":2910,"title":2957,"updated_at":2958,"url":2959,"score":2960},"### Description\n\nHello, I just wanted to overwrite shadow-sm with another shadow in the card root slot.\nBut I failed to do so. I tried the :ui way and the app.config.ts way but in both cases the new class \"shadow-card\" ended up BEHIND \"shadow-sm\".\n\n```\n card: {\n slots: {\n root: \"shadow-card\",\n },\n },\n```\n\nSo shadow-card always gets overwritten by shadow-sm cause the code always ends up like this:\n```\n\u003Cdiv class=\"bg-[var(--ui-bg)] ring ring-[var(--ui-border)] divide-y divide-[var(--ui-border)] rounded-[calc(var(--ui-radius)*2)] shadow-sm shadow-card\">\n```\n\nso how can I overwrite shadow-sm here?",[2954,2955],{"name":2906,"color":2907},{"name":2869,"color":2870},2936,"Overwrite css classes of slots","2025-01-08T16:26:22Z","https://github.com/nuxt/ui/issues/2936",0.66720325,{"description":2962,"labels":2963,"number":2966,"owner":2875,"repository":2876,"state":2910,"title":2967,"updated_at":2968,"url":2969,"score":2970},"### Environment\n\n- Operating System: Darwin\n- Node Version: v20.10.0\n- Nuxt Version: 3.14.1592\n- CLI Version: 3.16.0\n- Nitro Version: 2.10.4\n- Package Manager: npm@9.6.7\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/ui@3.0.0-alpha.10, @nuxt/eslint@0.7.2, @nuxtjs/i18n@9.1.0\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0-alpha.10\n\n### Reproduction\n\nNone\n\n### Description\n\nThank you very much for providing such a great component library. I'm trying to use it in my personal project.\n\nThe following is the relevant code:\n```ts\nconst columns = computed(() => defaultColumns.filter(column => selectedColumns.value.includes(column.accessorKey)))\n```\n```vue\n\u003CUTable\n :columns=\"columns\"\n :data=\"data\"\n/>\n```\n\n---\nI checked the latest documentation, and the examples of UTable regarding column display control seem to have no effect, such as: https://ui3.nuxt.dev/components/table#with-column-visibility.\n\n\n\n\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2964,2965],{"name":2866,"color":2867},{"name":2869,"color":2870},2874,"The update of the columns property will not trigger an update of the UTable component","2025-01-25T13:12:40Z","https://github.com/nuxt/ui/issues/2874",0.6708047,{"description":2972,"labels":2973,"number":2975,"owner":2875,"repository":2876,"state":2910,"title":2976,"updated_at":2977,"url":2978,"score":2979},"### Environment\n\n- Operating System: `Darwin`\n- Node Version: `v20.12.2`\n- Nuxt Version: `3.14.1592`\n- CLI Version: `3.16.0`\n- Nitro Version: `2.10.4`\n- Package Manager: `npm@10.9.1`\n- Builder: `-`\n- User Config: `default`\n- Runtime Modules: `@nuxt/ui`, `@nuxt/fonts@^0.9.2`, `@vueuse/nuxt@11.3.0`, `@pinia/nuxt@^0.5.5`\n- Build Modules: `-`\n\n\n### Version\n\nui@2.20.0 / ui-pro@1.6.0\n\n### Reproduction\n\nhttps://stackblitz.com/edit/nuxt-ui-3i8hdkq6?file=pages%2Findex.vue\n\n### Description\n\nHiya folks,\nI'm using UTable with a v-model which gives it checkboxes, making it selectable.\nOn the same table, I've also been using `@select` to call a navigate function when the row is clicked.\nSince UI v2.18.5, clicking the checkbox to select the row calls the `@select` navigation function.\n\nEssentially, I need the `@select` to apply to the full row except for the checkbox. In the reproduction, you'll see that checking a checkbox also triggers a navigation.\n\nI see this change was introduced in v2.18.5 with [this pull request](https://github.com/nuxt/ui/pull/2072) - my implementation was working before this.\n\nPlease let me know if you need any more information.\nI raised this on [Discord](https://discord.com/channels/473401852243869706/1042756264205230081/threads/1292979528393687071) but didn't catch anyone's eye.\n\nCheers,\nFred\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2974],{"name":2866,"color":2867},2884,"Table Both Selectable and Clickable","2025-04-22T20:03:37Z","https://github.com/nuxt/ui/issues/2884",0.6737356,["Reactive",2981],{},["Set"],["ShallowReactive",2984],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f6Hy2164KMzZP8g2byXoAzy_2l9pFVP253ig-cKZqacs":-1},"/nuxt/nuxt.com/1432"]