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

Create datasource for cells to make lazy-loading possible for collections #216

Merged
merged 3 commits into from
Jul 6, 2023

Conversation

Daniel-Juarez
Copy link
Contributor

@Daniel-Juarez Daniel-Juarez commented Jul 4, 2023

Changes in this pull request

Adding a CollectionCellViewModelDataSource to to make lazy-loading for CollectionView, currently we only support this for TableViews. This will allow to do pagination on Collection Views too.

[Currently a WIP]

Checklist

  • All tests pass. Demo project builds and runs.
  • I added tests, an experiment, or detailed why my change isn't tested.
  • I added an entry to the CHANGELOG.md for any breaking changes, enhancements, or bug fixes.
  • I have reviewed the contributing guide

@Daniel-Juarez Daniel-Juarez changed the title [WIP] Create datasource for cells to make lazy-loading possible for collections Create datasource for cells to make lazy-loading possible for collections Jul 5, 2023
@Daniel-Juarez Daniel-Juarez marked this pull request as ready for review July 5, 2023 20:47
@Daniel-Juarez Daniel-Juarez requested a review from a team as a code owner July 5, 2023 20:47
@njw438 njw438 merged commit 1d535d5 into master Jul 6, 2023
10 of 11 checks passed
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

Successfully merging this pull request may close these issues.

None yet

4 participants