This commit is contained in:
15
ayanova/src/components/gz-data-table.vue
Normal file
15
ayanova/src/components/gz-data-table.vue
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<template>
|
||||||
|
<v-data-table></v-data-table>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
//DataTable component
|
||||||
|
//https://vuetifyjs.com/en/components/data-tables#paginate-and-sort-server-side
|
||||||
|
export default {
|
||||||
|
created() {},
|
||||||
|
data() {
|
||||||
|
return {};
|
||||||
|
},
|
||||||
|
methods: {}
|
||||||
|
};
|
||||||
|
</script>
|
||||||
@@ -3,7 +3,8 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
//Grid component
|
//DataTable component
|
||||||
|
//https://vuetifyjs.com/en/components/data-tables#paginate-and-sort-server-side
|
||||||
export default {
|
export default {
|
||||||
created() {},
|
created() {},
|
||||||
data() {
|
data() {
|
||||||
@@ -12,5 +13,3 @@ export default {
|
|||||||
methods: {}
|
methods: {}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user