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
it could be added potinailally as function in rows.row-class property that have arg {row, index } and returns string or classList array (DOMTokenList) with classes that overrides row class, potentially we can add previous default classList to argument of this function to make possible adding toggling or removing classes from DOMTokenList.
Description
I need to set the class for rows in dependence on the
row
value.In Vuetify there is
item-class
that gets the functionhttps://stackoverflow.com/questions/50136503/styling-individual-rows-in-a-vuetify-data-table
but in
nuxt-ui
I can't find an option to set individualtr
classes. There is aui
option, but it puts these classes globally.potentially connected issue with described table refactor #390
our table docs https://ui.nuxt.com/data/table
it could be added potinailally as function in
rows.row-class
property that have arg{row, index }
and returns string or classList array (DOMTokenList) with classes that overrides row class, potentially we can add previous default classList to argument of this function to make possible adding toggling or removing classes from DOMTokenList.Our code in
tr
:but in my use case there are classes independent from being active or not.
My current dirty hack
The text was updated successfully, but these errors were encountered: