projects/data-display/treetable/tree.utils.ts
Simple full-text search across all primitive fields of a node value. Consumer-side predicate: pair it with filterTree (or your own walk) to build a searchable tree source. Nothing in the library calls it for you.
filterTree
nodeMatchesSearch(value: T, term: string)
T
string
boolean