Hi,
I had this vue-dataset of yours to get the values to display the table of array of json data, and it looks great. Then I tried to get the data in sub_title_2 that is the nested json array to display as a table using the feature similar to 'DatasetItem' as a new .vue file to add some v-for in the child node, but failed to do so. Is there a way how to get this feature work a bit for nested json data structure like this?
Hi, I had this vue-dataset of yours to get the values to display the table of array of json data, and it looks great. Then I tried to get the data in sub_title_2 that is the nested json array to display as a table using the feature similar to 'DatasetItem' as a new .vue file to add some v-for in the child node, but failed to do so. Is there a way how to get this feature work a bit for nested json data structure like this?
nested json data structure
DatasetNestedItem.vue
And this is how I created the table
Suggestions will be great help. Thanks