This commit is contained in:
@@ -27,7 +27,9 @@ LISTVIEW REPLACE CURRENT <----HERE not THERE ---v
|
||||
Needs also to show a filter beside "headings" which are filtered so it's known
|
||||
Or maybe if it's not too ugly filter on each one, nahh theres no room I think
|
||||
|
||||
|
||||
NON VISIBLE filters?
|
||||
filter set on column then later hidden??
|
||||
filter should only apply to visible columns to avoid plenty of confusion that will undoubtedly come from support questions
|
||||
|
||||
Mobile view
|
||||
why does it not switch when switch widths and have to reset?
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<v-card>
|
||||
<!-- {{ dataTablePagingOptions }}
|
||||
{{ headers }} -->
|
||||
|
||||
{{ activeFilterId }}
|
||||
<v-card-title>
|
||||
<v-select
|
||||
v-model="activeFilterId"
|
||||
@@ -1121,7 +1121,6 @@ function saveFormSettings(vm) {
|
||||
////////////////////
|
||||
//
|
||||
function loadFormSettings(vm) {
|
||||
|
||||
let formSettings = window.$gz.form.getFormSettings(vm.formKey);
|
||||
|
||||
//process SAVED formsettings
|
||||
@@ -1144,6 +1143,10 @@ function loadFormSettings(vm) {
|
||||
vm.activeFilterId = 0;
|
||||
} else {
|
||||
//Yup so set it
|
||||
console.log(
|
||||
"Setting filterid to ",
|
||||
formSettings.saved.dataTable.activeFilterId
|
||||
);
|
||||
vm.activeFilterId = formSettings.saved.dataTable.activeFilterId;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user