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

Filter with select (use strict filtering) #984

Open PascalBru opened 7 years ago

PascalBru commented 7 years ago

Is it possible to filter one column of a table with a select and for that column use strict filtering?

My example:

Name First Name LSV
Test Mike ab
Tester Max abc
Test Bob dc

When i filter via select and select option ab it also shows the values with abc.