Skip to content

Fix lazy pagination reloading - #458

Merged
devnatan merged 25 commits into
mainfrom
fix/dynamic-pagination-reloading
Sep 12, 2023
Merged

Fix lazy pagination reloading#458
devnatan merged 25 commits into
mainfrom
fix/dynamic-pagination-reloading

Conversation

@devnatan

@devnatan devnatan commented Sep 10, 2023

Copy link
Copy Markdown
Owner

Fixes #453

paginationState methods that accepts Function-like parameter as source provider is now computedPaginationState to match computedState. Computed state is used to create endless pagination so only Function is accepted as source provider (Supplier was removed).

asyncPaginationState is now computedAsyncPaginationState to match computedState as well.
lazyPaginationState introduced to match lazyState.

@devnatan devnatan added the bug Something isn't working label Sep 10, 2023
@devnatan devnatan added this to the Release v3.0.0-rc.3 milestone Sep 10, 2023
@devnatan devnatan self-assigned this Sep 10, 2023
@devnatan
devnatan force-pushed the fix/dynamic-pagination-reloading branch from 42d9156 to 1cf43e3 Compare September 10, 2023 19:18
@devnatan
devnatan force-pushed the fix/dynamic-pagination-reloading branch from 1cf43e3 to 6a34685 Compare September 10, 2023 19:57
@devnatan
devnatan merged commit e257d04 into main Sep 12, 2023
@devnatan
devnatan deleted the fix/dynamic-pagination-reloading branch September 12, 2023 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pagination bug

1 participant