This commit is contained in:
@@ -11,10 +11,16 @@
|
||||
@change="listViewChanged"
|
||||
>
|
||||
</v-select>
|
||||
<v-spacer></v-spacer
|
||||
><v-btn @click="editListView">
|
||||
<v-icon>fa-filter</v-icon>
|
||||
</v-btn>
|
||||
<v-spacer></v-spacer>
|
||||
<div>
|
||||
<v-btn @click="refresh">
|
||||
<v-icon>fa-sync</v-icon>
|
||||
</v-btn>
|
||||
|
||||
<v-btn class="ml-12" @click="editListView">
|
||||
<v-icon>fa-filter</v-icon>
|
||||
</v-btn>
|
||||
</div>
|
||||
</v-card-title>
|
||||
<div
|
||||
class="headline ml-3 accent--text"
|
||||
@@ -363,6 +369,9 @@ export default {
|
||||
}
|
||||
return "";
|
||||
},
|
||||
refresh() {
|
||||
this.getDataFromApi();
|
||||
},
|
||||
handleSelectChange() {
|
||||
//due to making own template for items need to handle singleselect which only affects if select all checkbox at top is visible when making own item template
|
||||
if (this.singleSelect) {
|
||||
|
||||
Reference in New Issue
Block a user