Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webdevnerdstuff/vuetify-drilldown-table
The Vuetify Drilldown Table is a powerful component that enhances the functionality of the Vuetify framework's v-data-table and v-data-table-server. It provides a recursive table structure, allowing you to display hierarchical data in a nested format.
https://github.com/webdevnerdstuff/vuetify-drilldown-table
component table typescript vue vue3 vuetify vuetify3
Last synced: 6 days ago
JSON representation
The Vuetify Drilldown Table is a powerful component that enhances the functionality of the Vuetify framework's v-data-table and v-data-table-server. It provides a recursive table structure, allowing you to display hierarchical data in a nested format.
- Host: GitHub
- URL: https://github.com/webdevnerdstuff/vuetify-drilldown-table
- Owner: webdevnerdstuff
- License: mit
- Created: 2023-04-17T21:41:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-13T20:54:21.000Z (8 months ago)
- Last Synced: 2024-10-20T02:54:46.550Z (19 days ago)
- Topics: component, table, typescript, vue, vue3, vuetify, vuetify3
- Language: TypeScript
- Homepage: https://webdevnerdstuff.github.io/vuetify-drilldown-table/
- Size: 26.8 MB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
- awesome - vuetify-drilldown-table - The Vuetify Drilldown Table is a powerful component that enhances the functionality of the Vuetify framework's v-data-table and v-data-table-server. It provides a recursive table structure, allowing you to display hierarchical data in a nested format. (🙌 Projects using Vuetify <a name="projects"></a> / Vuetify 3)
README
Vuetify Drilldown Table
## Description
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/).
## Installation
Using [pnpm](https://pnpm.io/):
```
pnpm add @wdns/vuetify-drilldown-table
```Using npm:
```
npm i @wdns/vuetify-drilldown-table
```
## Documentation
[Documentation & Demo](https://webdevnerdstuff.github.io/vuetify-drilldown-table/)## Dependencies
[Vuetify v3](https://vuetifyjs.com/)
[Vue 3](https://vuejs.org/)
[VueUse](https://vueuse.org/)## Change Log
[CHANGELOG](https://github.com/webdevnerdstuff/vuetify-drilldown-table/blob/main/CHANGELOG.md)## License
Copyright (c) 2023 WebDevNerdStuff
Licensed under the [MIT license](https://github.com/webdevnerdstuff/vuetify-drilldown-table/blob/main/LICENSE.md).## Legal
Vuetify and the Vuetify logo are trademarks of Vuetify. This component was not created or endorsed by Vuetify.