Vuetify v-data-table highlight row if there is duplicate value
I would like to highlight the score if it is equal to 100. By this I can do this by using if (item.score == 100) return ‘style-1’; I would like to highlight the names if they have the same name. You can see that in json desserts, they have the same name "Frozen" twice. I… Read More Vuetify v-data-table highlight row if there is duplicate value