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

@@ -46,7 +46,7 @@ SHELL / NAV / MENUS / LAYOUT
TODO: LOCALIZATION
- DataTable Editing and saving a widget makes it disappear from list, the default sort order sb by record ID so they stay in same order
- DataTable changing screen width doesn't automatically transition to alternate view seems to require a forced refresh when it shouldn't
- DataTable clean out old comments / clean up code

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