How to make UTable (Nuxt UI) grouped rows span all visible columns

today’s blog, it will be about a frustrating issue with UTable (Nuxt UI) that I tried using in a side project. When users group data, the column sizes change significantly, as shown in the image. From the image, you can see that normally the # or ID has a size of only w-8, but when grouped, the ID column size is no longer w-8. I made the following adjustments for improve UTable (Nuxt UI) make grouped rows span all visible columns by Here is the result after applying the change To view the full commit, you can check it out…








