Investigate potential solution to pass in additional options for scroll behaviour. #3071
Labels
status: pending-design-work
Needs design work before any code can be developed
type: enhancement
A general enhancement
In its current implementation scrolling is exclusive by default. This means any given position that is not
Position#isInitial()
will not be included in the result no matter which direction the scroll happens.Going forward we should provide a concept similar to what we have with
Pageable
&PageRequest
for scrolling to cover the following needs:ScrollPosition
in the result.The inclusion case for keyset based scrolling can be handled by adding another
or
with the present keyset and anequals
comparison.Related to: #3070
The text was updated successfully, but these errors were encountered: