New to Kendo UI for AngularStart a free 30-day trial

MatcherFunction

Represents a function that checks if a match is valid based on a source text and a term.

typescript
const matcher: MatcherFunction = (dataItem: object, searchTerm: string) => dataItem.firstName.indexOf(searchTerm) >= 0;
Not finding the help you need?
Contact Support