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

Reset Page On Update #614

Open
origin2821 opened this issue Jun 12, 2021 · 0 comments
Open

Reset Page On Update #614

origin2821 opened this issue Jun 12, 2021 · 0 comments
Labels
bug fix Something isn't working

Comments

@origin2821
Copy link

I don't want reset page on update. Specifically when using forceUpdate() , I want my grid to only update the data in the table, keeping the current page. For example, I'm on the 2nd page, then i add data to the table. I want after adding data and reload the table I am still on the 2nd page.

pagination: {
      enabled: true,
      limit: 25,
      summary: false,
      resetPageOnUpdate: false,
    },

I see in pagination there is "resetPageOnUpdate" attribute butBut when i use forceUpdate() it doesn't seem to work and still resets the internal partition. Can you help me check that function again? . Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fix Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants