I am currently working on implementing angular-selectize.js (https://github.com/machineboy2045/angular-selectize) into my project. This will create a search box that allows for entering multiple values to filter all cells in an ng-Table without the need to specify which columns should be filtered. It's similar to using filter:search
on ng-repeat
, but with the ability to filter by multiple values simultaneously.
Check out the Plunker demo here: http://plnkr.co/edit/701op5FQ0PRJ5FOlF5Mq?p=preview