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

fix: fix paginate #26

Merged
merged 1 commit into from
Nov 20, 2023
Merged

fix: fix paginate #26

merged 1 commit into from
Nov 20, 2023

Conversation

self-transition
Copy link
Member

In refine, if pagination mode is client side, the getList method of dataprovider will not be called in setCurrent, because it is realized in the client side, so we should change the original judgment to simulate server mode pagination.

@self-transition self-transition added the bug Something isn't working label Nov 17, 2023
Copy link

@huangjunjia huangjunjia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@self-transition self-transition merged commit 5ddc2bc into main Nov 20, 2023
1 check passed
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.

2 participants