const filterFn_includesString: CreatedFilterFn<any, any>;Defined in: features/column-filtering/filterFns.ts:113
Keeps rows whose stringified column value includes the filter text.
Both values are lowercased before comparison, and empty filter values are auto-removed.