projects/data-display/treetable/tree.utils.ts
Simple full-text search across all primitive fields of a node value. Used as the default search implementation in CngxSmartDataSource.
nodeMatchesSearch(value: T, term: string)
T
string
boolean