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

Pagination? #42

Open
mariusgab opened this issue Nov 12, 2024 · 2 comments
Open

Pagination? #42

mariusgab opened this issue Nov 12, 2024 · 2 comments

Comments

@mariusgab
Copy link

Is it possible to implement group pagination when the user scrolls to the bottom of the list?

@Xazin
Copy link
Contributor

Xazin commented Nov 13, 2024

If we expose the ScrollController of each group, would that be enough for you to setup a listener and insert "items from next page" into the group when it reaches a certain extent (close to boundary)?

@mariusgab
Copy link
Author

If we expose the ScrollController of each group, would that be enough for you to setup a listener and insert "items from next page" into the group when it reaches a certain extent (close to boundary)?

yes, I think it should be enough.

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