mohan gowtham

mohan gowtham

  • NA
  • 23
  • 2.7k

angular js using multiple fields in a table for search filte

Mar 6 2018 12:56 AM
<tr ng-repeat="emp in employees | filter : ({'EmpID' : search} || {'EmpName' : search}) ">
 
here i want to search with multiple fields in a table,both Empid and EmpaName.
but here search option is working for only empid.
i need it for EmpName Also 

Answers (1)