I’d like to trigger infinite scroll in following scenarios:
- When view gets first shown (to load first page of data)
- When list gets reset (to reload data/filter data)
Any idea how to do this? Sure, #1 could be done by manually trigger loading, but then I would need a dedicated loading icon for this special case. I think infinte scroll should somehow be able to handle this?