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

Revise default ScrollSubrange support for QueryDsl and QBE DataFetcher's #917

Closed
rstoyanchev opened this issue Feb 20, 2024 · 0 comments
Closed
Assignees
Labels
type: enhancement A general enhancement
Milestone

Comments

@rstoyanchev
Copy link
Contributor

Currently, we accept a default ScrollSubrange to use as a fallback. However, as discussed under #900, this makes it challenging to support scrolling forward from the beginning as well as backward from the end when a position is not specified. We need to allow configuring separately default position for forward vs backward scrolling, and apply those after the user input is processed.

Currently, with offset positions we can only support scrolling from the beginning via ScrollPosition.offset(). With keyset positions we support. both using either ScrollPosition.keyset() or the same with its reverse() method called.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant