You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Nuxt UI v3, there is currently no way to apply custom styles or classes to individual table rows or cells. Additionally, it is not possible to dynamically set classes based on specific criteria, for example, the value of data displayed in a given cell.
In contrast, this feature was available in Nuxt UI v2, as documented in the official documentation. In that version, custom classes could be applied by simply adding a class property to a specific row's data:
I was invited to "Start your project using the nuxt/starter#ui template with Nuxt UI pre-configured." (from https://ui.nuxt.com/getting-started/installation/nuxt). I did that, and found myself using Nuxt-UI V3.x. Lots of changes, of course, but everything seemed good until I crashed head-on into this problem.
I should have noticed that a whole page of examples for Table had no row styles.
Thanks for your work and do know that row style is critical for every app I've ever written that uses tables.
Description
Description
In Nuxt UI v3, there is currently no way to apply custom styles or classes to individual table rows or cells. Additionally, it is not possible to dynamically set classes based on specific criteria, for example, the value of data displayed in a given cell.
In contrast, this feature was available in Nuxt UI v2, as documented in the official documentation. In that version, custom classes could be applied by simply adding a
class
property to a specific row's data:Additional context
No response
The text was updated successfully, but these errors were encountered: