Vuetify Drilldown Table (beta)
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.
Installation
Using pnpm:
pnpm add vuetify-drilldown-table
Using npm:
npm i vuetify-drilldown-table
Documentation
Documentation & Demo
Dependencies
Vuetify v3
Vue 3
VueUse
Change Log
CHANGELOG
License
Copyright (c) 2023 WebDevNerdStuff
Licensed under the MIT license.
Legal
Vuetify and the Vuetify logo are trademarks of Vuetify. This component was not created or endorsed by Vuetify.
v1.0.0-beta-13
2023-10-03
[main] (@webdevnerdstuff)
- Update packages
- Fix bugs due to changes in vuetify data-tables updates
- Fix loading issue on deeper levels
- Add setting to not include Vuetify styles that are not needed