1
Answer

angular js using multiple fields in a table for search filte

Photo of mohan gowtham

mohan gowtham

7y
543
1
<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)