Skip to content

Commit 5aa3401

Browse files
Updated description
1 parent b2a8ae8 commit 5aa3401

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
<title>Vuetify Drilldown Table</title>
1919

2020
<meta name="description"
21-
content="The Vuetify Drilldown Table component extends the functionality of the Vuetify 3 v-data-table to recursively drilldown into child tables." />
21+
content="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." />
2222
<meta name="keywords"
23-
content="vuetify-drilldown-table, VDrilldownTable, v-drilldown-table, v-data-table, vDataTable, drilldown table, vuetify, vuetify3, api,drawer, resize, resizable, vue, vue3, component, javascript, typescript, webdevnerdstuff, wdns" />
23+
content="vuetify-drilldown-table, VDrilldownTable, v-drilldown-table, v-data-table, VDataTable, VDataTableServer, drilldown table, vuetify, vuetify3, api,drawer, resize, resizable, vue, vue3, component, javascript, typescript, webdevnerdstuff, wdns" />
2424
<meta name="author" content="WebDevNerdStuff & Bunnies... lots and lots of bunnies!" />
2525
<meta name="robots" content="index, follow" />
2626
<meta name="googlebot" content="index, follow" />

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vuetify-drilldown-table",
3-
"version": "1.0.0-beta",
4-
"description": "The vuetify-drilldown-table",
3+
"version": "1.0.0-beta-1",
4+
"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.",
55
"private": false,
66
"main": "dist/vuetify-drilldown-table.cjs.js",
77
"module": "dist/vuetify-drilldown-table.es.js",
@@ -51,7 +51,8 @@
5151
"VDrilldownTable",
5252
"v-drilldown-table",
5353
"v-data-table",
54-
"vDataTable",
54+
"VDataTable",
55+
"VDataTableServer",
5556
"drilldown table",
5657
"vuetify",
5758
"vuetify3",

0 commit comments

Comments
 (0)