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
The `vuetify-drilldown-table` component extends the functionality of the Vuetify 3 [v-data-table](https://vuetifyjs.com/en/components/data-tables/basics/) to recursively drilldown into child tables.
23
+
24
+
25
+
## Development Playground
26
+
27
+
The `vuetify-drilldown-table` is still a work in progress as `v-data-table` is still in Vuetify Laps. If you would like to test the component out, you can clone the repo and run the following commands:
28
+
29
+
`pnpm i && pnpm play`
30
+
31
+
This will open up a Playground page that loads the file `./src/playground/PlaygroundPage.vue`. You can edit this file to test out the component.
0 commit comments