esvit / ng-table

Simple table with sorting and filtering on AngularJS
http://esvit.github.io/ng-table
BSD 3-Clause "New" or "Revised" License
2.77k stars 851 forks source link

Multiple filter values for a column. #1018

Open andikas opened 7 years ago

andikas commented 7 years ago

I want to ask about, how to filter the column with multiple values.

Example:

I have data: [{name: 'alpha one', age:15},{name: 'alpha two', age:16},{name: 'alpha three', age:17},{name: 'alpha four', age:18}] I want to filter the data with ['one','two']. so the table only consist of 2 rows. Please helpme with this