xaksis / vue-good-table

An easy to use powerful data table for vuejs with advanced customizations including sorting, column filtering, pagination, grouping etc
https://xaksis.github.io/vue-good-table/
MIT License
2.16k stars 405 forks source link

Trigger search via an external action #574

Open K1ngMX opened 5 years ago

K1ngMX commented 5 years ago

Issue Type (delete the irrelevant ones)

Specs

What version are you using? ^2.16.0

Expected Behavior

What did you expect to happen?

Actual Behavior

What actually happened?

Hello. Thanks for you library, works pretty well.

Just one question: Is there a way of adding an actual search button to the global search? The options i see are "on enter" and "on key up", but i would like to have a button to trigger the search, if possible :) I've found out about the available slots (for example for rendering a row in a custom way), which works pretty well. But i haven't found / seen a way to edit the global search bar.

Thanks!

xaksis commented 5 years ago

@K1ngMX Thank you for your kind words. This functionality doesn't exist yet would be happy to chalk this up as an enhancement. (PRs are welcome too 😄)