This commit is contained in:
@@ -90,7 +90,11 @@
|
|||||||
<!-- HEADER FILTERS: https://stackoverflow.com/a/58718975/8939 -->
|
<!-- HEADER FILTERS: https://stackoverflow.com/a/58718975/8939 -->
|
||||||
<template v-for="h in headers" v-slot:[`header.${h.value}`]>
|
<template v-for="h in headers" v-slot:[`header.${h.value}`]>
|
||||||
<span :key="h.text">
|
<span :key="h.text">
|
||||||
<v-btn icon @click.stop="filter(h)" class="ml-n8 mr-1"
|
<v-btn
|
||||||
|
v-if="h.flt"
|
||||||
|
icon
|
||||||
|
@click.stop="filter(h)"
|
||||||
|
class="ml-n8 mr-1"
|
||||||
><v-icon :color="filterColor(h)">$ayiFilter</v-icon></v-btn
|
><v-icon :color="filterColor(h)">$ayiFilter</v-icon></v-btn
|
||||||
>
|
>
|
||||||
{{ h.text }}
|
{{ h.text }}
|
||||||
|
|||||||
Reference in New Issue
Block a user