This commit is contained in:
@@ -17,17 +17,11 @@ LISTVIEW REPLACE CURRENT <----HERE not THERE ---v
|
||||
|
||||
|
||||
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
|
||||
why does it not switch when switch widths and have to reset?
|
||||
|
||||
|
||||
SERVER
|
||||
Error when custom field is included in columns (not even filtered)
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -5,22 +5,6 @@
|
||||
@keydown.esc="close()"
|
||||
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-subheader>{{ $ay.t("Filter") }}</v-subheader>
|
||||
<v-list-item-group v-model="mobileSelectedFilterColumn" color="primary">
|
||||
|
||||
@@ -34,18 +34,7 @@
|
||||
data-cy="selectSavedFilter"
|
||||
>
|
||||
</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>
|
||||
<div class="my-5 my-sm-1">
|
||||
<v-btn @click="refresh">
|
||||
|
||||
Reference in New Issue
Block a user