I'm displaying a list of orders retrieved from the backend. I want to enable infinite scroll to fetch the data in batches for better user experience.
Now I want to add filters option, so that users can query delivered or pending orders etc.
Please help me with an approach.