AngularJS ng-grid filter -- filterText format

Viewed 27234

I am using the AngularJS ng-grid (v2.0.7 v2.0.8) and I would like to understand the syntax for the filterText field in the API.

In particular I would like to know how to filter on a specific column or columns, and filter one or more entries in a column.

There are many stack overflow questions with tags ng-grid and filter, and while they are useful, one that gives a full summary of the filterText format is not currently available.

2 Answers
Related