grouped_list
grouped_list copied to clipboard
Pagination support?
Is pagination supported with this package? I am trying to group the elements I receive from an API into days group like: Today, Yesterday, 2 days ago, etc...
However because there are a lot of items to be loaded at once, the backend returns paginated responses. Is it possible to implement such a feature with this package?
If so, can you please provide examples?