WORKING FILTER ICON!! WIDE ONLY SO FAR Layout needs fine tuning though
This commit is contained in:
@@ -66,13 +66,12 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</template> -->
|
</template> -->
|
||||||
|
|
||||||
|
|
||||||
<!-- 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}`]>
|
||||||
<div :key="h.text">
|
<span :key="h.text">
|
||||||
<v-icon @click.stop="filter(h)">$ayiFilter</v-icon>
|
<v-icon small @click.stop="filter(h)">$ayiFilter</v-icon>
|
||||||
<span>{{ h.text }}</span>
|
{{ h.text }}
|
||||||
</div>
|
</span>
|
||||||
<!-- <v-tooltip bottom :key="h.text">
|
<!-- <v-tooltip bottom :key="h.text">
|
||||||
<template v-slot:activator="{ on }">
|
<template v-slot:activator="{ on }">
|
||||||
<span v-on="on">{{ h.text }}</span>
|
<span v-on="on">{{ h.text }}</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user