NuxtUI / Utable component : question about nested data and slot customization
I'm trying to create a Utable with data fetched from an api, but its return object is a json with nested data that i need to display on the table, for example
In the Utable tag i put a template to access the row of the score data, the idea is to change the color of the badge from the score, but nothing happen as the image below
My guess is its comes from the nested data because i was able to do the same thing with the first column "vin" that has not the nested data.
I hope it is pretty clear, thanks in advance !
In the Utable tag i put a template to access the row of the score data, the idea is to change the color of the badge from the score, but nothing happen as the image below
My guess is its comes from the nested data because i was able to do the same thing with the first column "vin" that has not the nested data.
I hope it is pretty clear, thanks in advance !

