This commit is contained in:
@@ -153,7 +153,8 @@ export default {
|
|||||||
"Customize",
|
"Customize",
|
||||||
"ObjectCustomFieldCustomGrid",
|
"ObjectCustomFieldCustomGrid",
|
||||||
"RowsPerPage",
|
"RowsPerPage",
|
||||||
"PageOfPageText"
|
"PageOfPageText",
|
||||||
|
"Loading"
|
||||||
],
|
],
|
||||||
decimalValidate(required) {
|
decimalValidate(required) {
|
||||||
return { required: required, decimal: [2, this.format().decimalSeparator] };
|
return { required: required, decimal: [2, this.format().decimalSeparator] };
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
itemsPerPageText: lt('RowsPerPage'),
|
itemsPerPageText: lt('RowsPerPage'),
|
||||||
pageText: lt('PageOfPageText')
|
pageText: lt('PageOfPageText')
|
||||||
}"
|
}"
|
||||||
|
:loading-text="lt('Loading')"
|
||||||
class="elevation-1"
|
class="elevation-1"
|
||||||
></v-data-table>
|
></v-data-table>
|
||||||
<!-- <hr />
|
<!-- <hr />
|
||||||
@@ -45,8 +46,7 @@ export default {
|
|||||||
headers: [],
|
headers: [],
|
||||||
totalRecords: 0,
|
totalRecords: 0,
|
||||||
records: [],
|
records: [],
|
||||||
rowsPerPageItems: [5, 10, 25, 50, 100],
|
rowsPerPageItems: [5, 10, 25, 50, 100]
|
||||||
pageText: "{0}-{1} van {2}"
|
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
@@ -70,8 +70,8 @@ export default {
|
|||||||
deep: true
|
deep: true
|
||||||
},
|
},
|
||||||
"$vuetify.breakpoint.xs": function(value) {
|
"$vuetify.breakpoint.xs": function(value) {
|
||||||
console.log("MINI CHANGED TRIGGERING GET DATA");
|
//for now, not going with my own mini mode but may revisit so keeping this for now
|
||||||
this.getDataFromApi();
|
// this.getDataFromApi();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
Reference in New Issue
Block a user