Below is the sample response from an API. How can use I Vuetify Data Tables to render it.
Json:
{
"records":[[101,"Aa"],[102,"Bb"],[103,"Cc"]],
"column_names":["Id","Name"]
}
Table:
Id | Name
- - - - - - -
101 | Aa
102 | Bb
103 | Cc
Key problem is that it don't have items as dictionary.