Skip to content

Commit 2cf269b

Browse files
Merge pull request #20 from webdevnerdstuff/dev
Updated copy
2 parents 14aa1ff + 01fd9b9 commit 2cf269b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919

2020
## Description
2121

22-
The `vuetify-drilldown-table` component extends the functionality of the Vuetify 3 [v-data-table](https://vuetifyjs.com/en/components/data-tables/basics/) to recursively drilldown into child tables.
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/).
2323

2424

2525
## Development Playground
2626

27-
The `vuetify-drilldown-table` is still a work in progress as `v-data-table` is still in Vuetify Laps. If you would like to test the component out, you can clone the repo and run the following commands:
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:
2828

2929
`pnpm i && pnpm play`
3030

src/documentation/sections/DescriptionSection.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<v-row>
1717
<v-col cols="12">
1818
The Vuetify Drilldown Table is a powerful component that enhances the functionality of the Vuetify framework's
19-
<code class="inline-code">v-data-table</code> and <code class="inline-code">v-data-table-server</code>. It
19+
<code class="inline-code">VDataTable</code> and <code class="inline-code">VDataTableServer</code>. It
2020
provides a recursive table structure,
2121
allowing you to display hierarchical data in a nested format.
2222
</v-col>
@@ -25,7 +25,7 @@
2525
<v-row>
2626
<v-col cols="12">
2727
The Drilldown Table functionality is designed to handle large and complex datasets by utilizing client-side
28-
processing. It leverages the <code class="inline-code">v-data-table</code> capabilities to efficiently display
28+
processing. It leverages the <code class="inline-code">VDataTable</code> capabilities to efficiently display
2929
data, while also
3030
providing the ability to drill down into nested levels of data.
3131
</v-col>
@@ -34,7 +34,7 @@
3434
<v-row>
3535
<v-col cols="12">
3636
The Drilldown Table Server functionality is designed to handle large and complex datasets by utilizing
37-
server-side processing. It leverages the <code class="inline-code">v-data-table-server</code> server's
37+
server-side processing. It leverages the <code class="inline-code">VDataTableServer</code> server's
3838
capabilities to efficiently
3939
retrieve and display data, while also providing the ability to drill down into nested levels of data.
4040
</v-col>
@@ -52,8 +52,8 @@
5252
<v-row>
5353
<v-col cols="12">
5454
In summary, the Vuetify Drilldown Table extends the functionality of the <code
55-
class="inline-code">v-data-table</code> and
56-
<code class="inline-code">v-data-table-server</code> components by providing a recursive table structure. It
55+
class="inline-code">VDataTable</code> and
56+
<code class="inline-code">VDataTableServer</code> components by providing a recursive table structure. It
5757
requires an
5858
understanding of recursiveness to effectively utilize its capabilities and display hierarchical data in a nested
5959
format. With the Drilldown Table, you can present complex datasets in a user-friendly manner, allowing users to

0 commit comments

Comments
 (0)