This commit is contained in:
@@ -69,7 +69,9 @@
|
|||||||
<!-- https://stackoverflow.com/a/58718975/8939 -->
|
<!-- 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-icon small @click.stop="filter(h)">$ayiFilter</v-icon>
|
<v-icon @click.stop="filter(h)" class="ml-n8 mr-1"
|
||||||
|
>$ayiFilter</v-icon
|
||||||
|
>
|
||||||
{{ h.text }}
|
{{ h.text }}
|
||||||
</span>
|
</span>
|
||||||
<!-- <v-tooltip bottom :key="h.text">
|
<!-- <v-tooltip bottom :key="h.text">
|
||||||
|
|||||||
Reference in New Issue
Block a user