diff --git a/doc/datatable/ColumnToggleDoc.vue b/doc/datatable/ColumnToggleDoc.vue index a27707ccc..848e26027 100644 --- a/doc/datatable/ColumnToggleDoc.vue +++ b/doc/datatable/ColumnToggleDoc.vue @@ -119,7 +119,21 @@ const onToggle = (val) => { }; <\/script> -` +`, + data: ` +{ + id: '1000', + code: 'f230fh0g3', + name: 'Bamboo Watch', + description: 'Product Description', + image: 'bamboo-watch.jpg', + price: 65, + category: 'Accessories', + quantity: 24, + inventoryStatus: 'INSTOCK', + rating: 5 +}, +...` } }; }, diff --git a/doc/datatable/ContextMenuDoc.vue b/doc/datatable/ContextMenuDoc.vue index d1c866eb2..b8973d12f 100644 --- a/doc/datatable/ContextMenuDoc.vue +++ b/doc/datatable/ContextMenuDoc.vue @@ -153,7 +153,22 @@ const formatCurrency = (value) => { }; <\/script> -` +`, + data: ` +/* ProductService */ +{ + id: '1000', + code: 'f230fh0g3', + name: 'Bamboo Watch', + description: 'Product Description', + image: 'bamboo-watch.jpg', + price: 65, + category: 'Accessories', + quantity: 24, + inventoryStatus: 'INSTOCK', + rating: 5 +}, +...` } }; }, diff --git a/doc/datatable/ExportDoc.vue b/doc/datatable/ExportDoc.vue index 634c84657..6b5474144 100644 --- a/doc/datatable/ExportDoc.vue +++ b/doc/datatable/ExportDoc.vue @@ -106,7 +106,22 @@ const exportCSV = () => { dt.value.exportCSV(); }; <\/script> -` +`, + data: ` +/* ProductService */ +{ + id: '1000', + code: 'f230fh0g3', + name: 'Bamboo Watch', + description: 'Product Description', + image: 'bamboo-watch.jpg', + price: 65, + category: 'Accessories', + quantity: 24, + inventoryStatus: 'INSTOCK', + rating: 5 +}, +...` } }; }, diff --git a/doc/datatable/LazyLoadDoc.vue b/doc/datatable/LazyLoadDoc.vue index 4574455ed..137dfd41d 100644 --- a/doc/datatable/LazyLoadDoc.vue +++ b/doc/datatable/LazyLoadDoc.vue @@ -357,7 +357,27 @@ const onRowUnselect = () => { }; <\/script> -` +`, + data: ` +{ + id: 1000, + name: 'James Butt', + country: { + name: 'Algeria', + code: 'dz' + }, + company: 'Benton, John B Jr', + date: '2015-09-13', + status: 'unqualified', + verified: true, + activity: 17, + representative: { + name: 'Ioni Bowcher', + image: 'ionibowcher.png' + }, + balance: 70663 +}, +...` } }; }, diff --git a/doc/datatable/ReorderDoc.vue b/doc/datatable/ReorderDoc.vue index d0d75de27..7226c99ca 100644 --- a/doc/datatable/ReorderDoc.vue +++ b/doc/datatable/ReorderDoc.vue @@ -111,7 +111,21 @@ const onRowReorder = (event) => { }; <\/script> -` +`, + data: ` +{ + id: '1000', + code: 'f230fh0g3', + name: 'Bamboo Watch', + description: 'Product Description', + image: 'bamboo-watch.jpg', + price: 65, + category: 'Accessories', + quantity: 24, + inventoryStatus: 'INSTOCK', + rating: 5 +}, +...` } }; }, diff --git a/doc/datatable/colresize/ExpandModeDoc.vue b/doc/datatable/colresize/ExpandModeDoc.vue index 83c55c4ab..3ae7ac407 100644 --- a/doc/datatable/colresize/ExpandModeDoc.vue +++ b/doc/datatable/colresize/ExpandModeDoc.vue @@ -75,7 +75,21 @@ onMounted(() => { }); const products = ref(); -<\/script>` +<\/script>`, + data: ` +{ + id: '1000', + code: 'f230fh0g3', + name: 'Bamboo Watch', + description: 'Product Description', + image: 'bamboo-watch.jpg', + price: 65, + category: 'Accessories', + quantity: 24, + inventoryStatus: 'INSTOCK', + rating: 5 +}, +...` } }; }, diff --git a/doc/datatable/colresize/FitModeDoc.vue b/doc/datatable/colresize/FitModeDoc.vue index e88cfd82d..64f1251c8 100644 --- a/doc/datatable/colresize/FitModeDoc.vue +++ b/doc/datatable/colresize/FitModeDoc.vue @@ -78,7 +78,21 @@ onMounted(() => { }); const products = ref(); -<\/script>` +<\/script>`, + data: ` +{ + id: '1000', + code: 'f230fh0g3', + name: 'Bamboo Watch', + description: 'Product Description', + image: 'bamboo-watch.jpg', + price: 65, + category: 'Accessories', + quantity: 24, + inventoryStatus: 'INSTOCK', + rating: 5 +}, +...` } }; }, diff --git a/doc/datatable/edit/FilterSortEditDoc.vue b/doc/datatable/edit/FilterSortEditDoc.vue index 596de5e24..ad32e9ab1 100644 --- a/doc/datatable/edit/FilterSortEditDoc.vue +++ b/doc/datatable/edit/FilterSortEditDoc.vue @@ -189,7 +189,21 @@ const onCellEditComplete = (event) => { padding-top: 0; padding-bottom: 0; } -` +`, + data: ` +{ + id: '1000', + code: 'f230fh0g3', + name: 'Bamboo Watch', + description: 'Product Description', + image: 'bamboo-watch.jpg', + price: 65, + category: 'Accessories', + quantity: 24, + inventoryStatus: 'INSTOCK', + rating: 5 +}, +...` } }; }, diff --git a/doc/datatable/filter/AdvancedFilterDoc.vue b/doc/datatable/filter/AdvancedFilterDoc.vue index cb3617cef..a5c018c71 100644 --- a/doc/datatable/filter/AdvancedFilterDoc.vue +++ b/doc/datatable/filter/AdvancedFilterDoc.vue @@ -652,7 +652,27 @@ const getSeverity = (status) => { return null; } }; -<\/script>` +<\/script>`, + data: ` +{ + id: 1000, + name: 'James Butt', + country: { + name: 'Algeria', + code: 'dz' + }, + company: 'Benton, John B Jr', + date: '2015-09-13', + status: 'unqualified', + verified: true, + activity: 17, + representative: { + name: 'Ioni Bowcher', + image: 'ionibowcher.png' + }, + balance: 70663 +}, +...` } }; }, diff --git a/doc/datatable/samples/CustomersDoc.vue b/doc/datatable/samples/CustomersDoc.vue index c5fb215cc..7a51cc0f4 100644 --- a/doc/datatable/samples/CustomersDoc.vue +++ b/doc/datatable/samples/CustomersDoc.vue @@ -598,7 +598,27 @@ const getSeverity = (status) => { return null; } }; -<\/script>` +<\/script>`, + data: ` +{ + id: 1000, + name: 'James Butt', + country: { + name: 'Algeria', + code: 'dz' + }, + company: 'Benton, John B Jr', + date: '2015-09-13', + status: 'unqualified', + verified: true, + activity: 17, + representative: { + name: 'Ioni Bowcher', + image: 'ionibowcher.png' + }, + balance: 70663 +}, +...` } }; }, diff --git a/doc/datatable/samples/ProductsDoc.vue b/doc/datatable/samples/ProductsDoc.vue index 5fa218476..e38f83b07 100644 --- a/doc/datatable/samples/ProductsDoc.vue +++ b/doc/datatable/samples/ProductsDoc.vue @@ -189,7 +189,7 @@ export default { basic: `