Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NoDataFound while filtering the data #289

Open
haroldmud opened this issue Jul 31, 2024 · 1 comment
Open

NoDataFound while filtering the data #289

haroldmud opened this issue Jul 31, 2024 · 1 comment

Comments

@haroldmud
Copy link

So the issue is that whenever you search for something that's not in our collection, there is no display that shows whether the search didn't match any data of the collection.

@RahulUchihaa
Copy link

Hi haroldmud you can use flatlist props to add that

flatListProps={{
ListEmptyComponent: () =>
No Data found

}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants