This commit is contained in:
@@ -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