This commit is contained in:
2021-02-05 23:37:58 +00:00
parent 785abd17ed
commit 9fa087b91b
3 changed files with 4 additions and 37 deletions

View File

@@ -17,17 +17,11 @@ LISTVIEW REPLACE CURRENT <----HERE not THERE ---v
CLIENT CLIENT
Implement filter buttons for mobile mode
Need filter drop down to select which columns to filter which triggers opening regular filter items
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
Mobile view Mobile view
why does it not switch when switch widths and have to reset? why does it not switch when switch widths and have to reset?
SERVER
Error when custom field is included in columns (not even filtered)

View File

@@ -5,22 +5,6 @@
@keydown.esc="close()" @keydown.esc="close()"
data-cy="dataTableMobileFilterColumnSelectorControl" data-cy="dataTableMobileFilterColumnSelectorControl"
> >
<!-- <v-card>
<v-card-title>{{ $ay.t("Filter") }} </v-card-title>
<v-card-text>
<v-select
v-model="mobileSelectedFilterColumn"
:items="headers"
item-text="text"
item-value="fk"
prepend-outer-icon="$ayiEdit"
>
</v-select>
</v-card-text>
<v-card-actions> </v-card-actions>
</v-card> -->
<!-- {{ headers }} -->
<v-list> <v-list>
<v-subheader>{{ $ay.t("Filter") }}</v-subheader> <v-subheader>{{ $ay.t("Filter") }}</v-subheader>
<v-list-item-group v-model="mobileSelectedFilterColumn" color="primary"> <v-list-item-group v-model="mobileSelectedFilterColumn" color="primary">

View File

@@ -34,18 +34,7 @@
data-cy="selectSavedFilter" data-cy="selectSavedFilter"
> >
</v-select> </v-select>
<!-- <template v-slot:header
><div class="v-data-table-header-mobile__wrapper">
<v-select
v-model="mobileSelectedFilterColumn"
:items="headers"
item-text="text"
item-value="fk"
prepend-outer-icon="$ayiEdit"
>
</v-select>
</div>
</template> -->
<v-spacer></v-spacer> <v-spacer></v-spacer>
<div class="my-5 my-sm-1"> <div class="my-5 my-sm-1">
<v-btn @click="refresh"> <v-btn @click="refresh">