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
Copy file name to clipboardExpand all lines: README.md
-11Lines changed: 0 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,16 +21,6 @@
21
21
22
22
The Vuetify Drilldown Table is a powerful component that enhances the functionality of the Vuetify framework's `VDataTable` and `VDataTableServer`. It provides a recursive table structure, allowing you to display hierarchical data in a nested format. For more information please visit the [Documentation & Demo](https://webdevnerdstuff.github.io/vuetify-drilldown-table/).
23
23
24
-
25
-
## Development Playground
26
-
27
-
The `vuetify-drilldown-table` is still a work in progress as `VDataTable` 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.
32
-
33
-
34
24
## Installation
35
25
36
26
Using [pnpm](https://pnpm.io/):
@@ -45,7 +35,6 @@ npm i vuetify-drilldown-table
45
35
46
36
## Documentation
47
37
48
-
Component is still in development. Documentation will be added once component is ready for production.
0 commit comments