This commit is contained in:
2020-02-11 20:13:05 +00:00
parent f75e51d547
commit f0bac39a96
2 changed files with 5 additions and 6 deletions

View File

@@ -290,7 +290,7 @@ export default {
records: [],
rowsPerPageItems: [5, 10, 25, 50, 100],
selected: [],
narrowFormat: this.$vuetify.breakpoint.xs
narrowFormat: false
};
},
props: {
@@ -324,11 +324,10 @@ export default {
if (newValue.length != oldValue.length) {
this.handleSelectChange();
}
},
"$vuetify.breakpoint.xs": function(value) {
this.narrowFormat = value;
}
// ,
// "$vuetify.breakpoint.xs": function(value) {
// this.narrowFormat = value;
// }
},
methods: {
//Used by narrow view to get the "header" text for a column based on the column key