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