TahaSh / vue-paginate

A simple vue.js plugin to paginate data
MIT License
593 stars 103 forks source link

How I can do filter by dropdown and input search #106

Open i-ked-ii opened 6 years ago

i-ked-ii commented 6 years ago

I need to do filter by dropdown and search box with your pagination

screen shot 2561-07-02 at 15 11 19

fauziru commented 5 years ago

from my opinion, you can do that thing from vuex, get the data from an API or your local db, then do some filtering and searching logic from there.