vue-good-table
vue-good-table copied to clipboard
how to get current selected column in @on-column-filter event
Issue Type (delete the irrelevant ones)
- [x] Question
Specs
What version are you using? 2.21.0
What browser? chrome
Expected Behavior
What did you expect to happen?
i am using vue good table column filter feature
in @on-column-filter event i am getting params which gives all the input data
i want to know which column filter i entered last, Is there any property which can give me the selected column information.
Actual Behavior
What actually happened? Currently its giving all the input data.