I have a problem using ng-grid search filter on column wich references cellTemplate.
My data object has multiple fields. One of those fields is an array and I use cellTemplate to create a div with ng-repeat to show those values and apply a certain css class according values from that array.
Here is the plunkler that demonstrate my problem: plnkr.co/edit/jMvafIjqCsU0cnW6Ecvy?p=preview.
My problem is when I use cellTemplate grid propertie, the filter do not work properly. To simulate this scenario, you can try search by person2@gmail.com that you'll notice the problem. In this plunker, I use a cellTemplate to concatenate '@gmail.com' to person's email so if you type person2 the filter is applied, but after type @ you'll see that filter do not work.
Can someone help me? Thank you!