You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is there a way to filter the items using createFilter?
I have played around with const KEYS_TO_FILTERS = ["data.exampleField", "data.example"];
and const KEYS_TO_FILTERS = ["data.[0].exampleField", "data.[0].example"];
It may bot be possible, just want to make sure there is not a clever way to do it using KEYS_TO_FILTERS
The text was updated successfully, but these errors were encountered:
First off great lib, thank you.
Given that
SectionList
takes data that is structured by sections like sois there a way to filter the items using
createFilter
?I have played around with
const KEYS_TO_FILTERS = ["data.exampleField", "data.example"];
and
const KEYS_TO_FILTERS = ["data.[0].exampleField", "data.[0].example"];
It may bot be possible, just want to make sure there is not a clever way to do it using
KEYS_TO_FILTERS
The text was updated successfully, but these errors were encountered: