ratiw / vue-table

data table simplify! -- vuetable is a Vue.js component that will automatically request (JSON) data from the server and display them nicely in html table with swappable/extensible pagination component.
MIT License
1.83k stars 303 forks source link

how to filter data by one column? #139

Closed maherelgamil closed 7 years ago

maherelgamil commented 7 years ago

Hello dear,

How can I filter data by one column?

ratiw commented 7 years ago

@maherelgamil Please check the example first. Filtering will always be done on the server side.

maherelgamil commented 7 years ago

@ratiw thanks , i found it :)