This commit is contained in:
2020-01-31 20:05:48 +00:00
parent ea94f6f97f
commit 2b4963bc9f
2 changed files with 4 additions and 6 deletions

View File

@@ -164,7 +164,7 @@ export default {
records: [],
rowsPerPageItems: [5, 10, 25, 50, 100],
selected: [],
narrowFormat: true
narrowFormat: false
};
},
props: {
@@ -198,11 +198,10 @@ export default {
if (newValue.length != oldValue.length) {
this.handleSelectChange();
}
},
"$vuetify.breakpoint.xs": function(value) {
this.narrowFormat = value;
}
// , //for now, not going with my own mini mode but may revisit so keeping this here but commented out for now
// "$vuetify.breakpoint.xs": function(value) {
// this.getDataFromApi();
// }
},
methods: {
//Used by narrow view to get the "header" text for a column based on the column key