{"id":13532657,"url":"https://github.com/webdevnerdstuff/vuetify-drilldown-table","last_synced_at":"2025-04-13T20:46:23.064Z","repository":{"id":162207950,"uuid":"629216547","full_name":"webdevnerdstuff/vuetify-drilldown-table","owner":"webdevnerdstuff","description":"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.","archived":false,"fork":false,"pushed_at":"2025-01-29T01:15:04.000Z","size":28469,"stargazers_count":16,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-13T20:46:17.853Z","etag":null,"topics":["component","table","typescript","vue","vue3","vuetify","vuetify3"],"latest_commit_sha":null,"homepage":"https://webdevnerdstuff.github.io/vuetify-drilldown-table/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webdevnerdstuff.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"buy_me_a_coffee":"webdevnerdstuff","custom":["paypal.me/webdevnerdstuff"],"patreon":"webdevnerdstuff"}},"created_at":"2023-04-17T21:41:50.000Z","updated_at":"2025-04-09T10:24:55.000Z","dependencies_parsed_at":"2023-10-03T04:12:43.279Z","dependency_job_id":"ffe30706-0bbe-4225-a9cc-cb264c0e5da0","html_url":"https://github.com/webdevnerdstuff/vuetify-drilldown-table","commit_stats":{"total_commits":567,"total_committers":2,"mean_commits":283.5,"dds":"0.0017636684303351524","last_synced_commit":"25d1cc4844d3567422109fdfaf18c02da9493e0f"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevnerdstuff%2Fvuetify-drilldown-table","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevnerdstuff%2Fvuetify-drilldown-table/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevnerdstuff%2Fvuetify-drilldown-table/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevnerdstuff%2Fvuetify-drilldown-table/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webdevnerdstuff","download_url":"https://codeload.github.com/webdevnerdstuff/vuetify-drilldown-table/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248782275,"owners_count":21160716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["component","table","typescript","vue","vue3","vuetify","vuetify3"],"created_at":"2024-08-01T07:01:12.637Z","updated_at":"2025-04-13T20:46:23.043Z","avatar_url":"https://github.com/webdevnerdstuff.png","language":"TypeScript","funding_links":["https://buymeacoffee.com/webdevnerdstuff","paypal.me/webdevnerdstuff","https://patreon.com/webdevnerdstuff"],"categories":["🙌 Projects using Vuetify \u003ca name=\"projects\"\u003e\u003c/a\u003e","Components \u0026 Libraries"],"sub_categories":["Vuetify 3","UI Components"],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Vuetify Logo\" width=\"100\" src=\"https://raw.githubusercontent.com/webdevnerdstuff/vuetify-drilldown-table/main/src/assets/vuetify-logo.svg\"\u003e\n\u003c/p\u003e\n\n\u003cp\u003e\n  \u003ch1 align=\"center\"\u003eVuetify Drilldown Table\u003c/h1\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@wdns/vuetify-drilldown-table\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/%40wdns/vuetify-drilldown-table?color=1867c0\u0026logo=npm\" alt=\"NPM Package\"\u003e\n  \u003c/a\u003e\n  \u0026nbsp;\n  \u003ca href=\"https://github.com/webdevnerdstuff/vuetify-drilldown-table\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/GitHub-WebDevNerdStuff-brightgreen.svg?logo=github\" alt=\"@WebDevNerdStuff\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\n## Description\n\nThe 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 \u0026 Demo](https://webdevnerdstuff.github.io/vuetify-drilldown-table/).\n\n## Installation\n \nUsing [pnpm](https://pnpm.io/):\n```\npnpm add @wdns/vuetify-drilldown-table\n```\n\nUsing npm:\n```\nnpm i @wdns/vuetify-drilldown-table\n```\n \n## Documentation\n \n[Documentation \u0026 Demo](https://webdevnerdstuff.github.io/vuetify-drilldown-table/) \n\n## Dependencies\n \n[Vuetify v3](https://vuetifyjs.com/)  \n[Vue 3](https://vuejs.org/)  \n[VueUse](https://vueuse.org/)  \n\n## Change Log\n \n[CHANGELOG](https://github.com/webdevnerdstuff/vuetify-drilldown-table/blob/main/CHANGELOG.md)\n\n\n## License\n\nCopyright (c) 2023 WebDevNerdStuff  \nLicensed under the [MIT license](https://github.com/webdevnerdstuff/vuetify-drilldown-table/blob/main/LICENSE.md).\n\n\n## Legal\n\nVuetify and the Vuetify logo are trademarks of Vuetify. This component was not created or endorsed by Vuetify.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdevnerdstuff%2Fvuetify-drilldown-table","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebdevnerdstuff%2Fvuetify-drilldown-table","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdevnerdstuff%2Fvuetify-drilldown-table/lists"}