Skip to main content
cngx-src documentation

nodeMatchesSearch

Functiondata-display/treetable

projects/data-display/treetable/tree.utils.ts

Description#

Simple full-text search across all primitive fields of a node value. Used as the default search implementation in CngxSmartDataSource.

Signature#

nodeMatchesSearch(value: T, term: string)

Parameters#

@paramvalueT
@paramtermstring

Returns#

boolean