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