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

Filtering multiple columns with just 1 textbox? #947

Closed Pitu closed 7 years ago

Pitu commented 7 years ago

Every demo shows that if you use filter="{artist: 'text'}" or any other field, it creates an input text right above the first row. I'm trying to find a way to have only 1 searchbox for the 3 different columns I want filtered. Is this possible, out of the box, with this module?