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

@@ -48,7 +48,6 @@ CURRENT TODOs
SHELL / NAV / MENUS / LAYOUT
TODO: small format now needs to be built by me because it's not using the built in format anymore, copy the stock way
TODO: toolbar above grid for filters, refresh etc (make it a standard component?)
TODO: main.js filters need to be finished
TODO: Grid is leaving space for side nav on it's right side when in medium width or if make nav go away in full screen

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