v-data-table

Vuetify 2.2 DataTable multiple filters

北城余情 提交于 2020-08-10 18:58:14
问题 I'm new in vue.js, please help. I need filters in my table. Each column must have multiple select filter by values. When we click on column header - dropdown multi select opens, and we can select filtered values. For example like this Vuetify Data Table Inline Filter but this example doesn't work with vuetify 2. My html: <template> <v-card class="elevation-3"> <v-card-title> {{ other_title }} <v-btn style="background-color: white; box-shadow: none;" @click="csvExport(other_title,

Vuetify 2.2 DataTable multiple filters

怎甘沉沦 提交于 2020-08-10 18:57:08
问题 I'm new in vue.js, please help. I need filters in my table. Each column must have multiple select filter by values. When we click on column header - dropdown multi select opens, and we can select filtered values. For example like this Vuetify Data Table Inline Filter but this example doesn't work with vuetify 2. My html: <template> <v-card class="elevation-3"> <v-card-title> {{ other_title }} <v-btn style="background-color: white; box-shadow: none;" @click="csvExport(other_title,