This commit is contained in:
@@ -48,7 +48,6 @@ CURRENT TODOs
|
|||||||
SHELL / NAV / MENUS / LAYOUT
|
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: toolbar above grid for filters, refresh etc (make it a standard component?)
|
||||||
TODO: main.js filters need to be finished
|
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
|
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
|
||||||
|
|||||||
@@ -164,7 +164,7 @@ export default {
|
|||||||
records: [],
|
records: [],
|
||||||
rowsPerPageItems: [5, 10, 25, 50, 100],
|
rowsPerPageItems: [5, 10, 25, 50, 100],
|
||||||
selected: [],
|
selected: [],
|
||||||
narrowFormat: true
|
narrowFormat: false
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
@@ -198,11 +198,10 @@ export default {
|
|||||||
if (newValue.length != oldValue.length) {
|
if (newValue.length != oldValue.length) {
|
||||||
this.handleSelectChange();
|
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: {
|
methods: {
|
||||||
//Used by narrow view to get the "header" text for a column based on the column key
|
//Used by narrow view to get the "header" text for a column based on the column key
|
||||||
|
|||||||
Reference in New Issue
Block a user