|
16 | 16 | <v-row> |
17 | 17 | <v-col cols="12"> |
18 | 18 | 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 |
20 | 20 | provides a recursive table structure, |
21 | 21 | allowing you to display hierarchical data in a nested format. |
22 | 22 | </v-col> |
|
25 | 25 | <v-row> |
26 | 26 | <v-col cols="12"> |
27 | 27 | 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 |
29 | 29 | data, while also |
30 | 30 | providing the ability to drill down into nested levels of data. |
31 | 31 | </v-col> |
|
34 | 34 | <v-row> |
35 | 35 | <v-col cols="12"> |
36 | 36 | 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 |
38 | 38 | capabilities to efficiently |
39 | 39 | retrieve and display data, while also providing the ability to drill down into nested levels of data. |
40 | 40 | </v-col> |
|
52 | 52 | <v-row> |
53 | 53 | <v-col cols="12"> |
54 | 54 | 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 |
57 | 57 | requires an |
58 | 58 | understanding of recursiveness to effectively utilize its capabilities and display hierarchical data in a nested |
59 | 59 | format. With the Drilldown Table, you can present complex datasets in a user-friendly manner, allowing users to |
|
0 commit comments