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

pager plugin does not update table when fetching new data #121

Closed
mickey159 opened this issue Feb 20, 2017 · 3 comments
Closed

pager plugin does not update table when fetching new data #121

mickey159 opened this issue Feb 20, 2017 · 3 comments

Comments

@mickey159
Copy link

when i use my own pager, or the custom pager from the example in my project,
the table does not render the new info, even though i could see in the logs that the fetch did indeed happen (SET_DATA and SET_LOADING_STATE actions were called).
i'm using a remote data source, with my own function. (the default pager works fine).

@bencripps
Copy link
Owner

Take a look at how the custom pager works in the demo app:

https://github.com/bencripps/react-redux-grid-demo/tree/master/src/components/examples/custom-pager

Let me know if this helps clear up your issue.

@mickey159
Copy link
Author

i tried using the custom pager again, however it still does not update the table, only the pager re-render itself.

@mickey159
Copy link
Author

i found the problom.
thanks

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

No branches or pull requests

2 participants