how can i separate filter by function from header text or v-text-field in Vuetify v-data-table? #15654
Unanswered
ShahanurSharif
asked this question in
Q&A
Replies: 1 comment 1 reply
-
https://developer.mozilla.org/en-US/docs/Web/API/Event/stopPropagation |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As you can see in this codepen link, I have replaced the header text with v-text-field but the problem is the v-text-field is attached with filterBy icon (the up-down arrow icon) as well. When i click on the text-field the filterBy function is working that i dont want. So far I think the @click event is covering whole area. I wish to separate the text-field and filterBy behavior. Any help will be greatly appreciated.
https://codepen.io/MicroDreamIT/pen/vYRvMza
Beta Was this translation helpful? Give feedback.
All reactions