-
Notifications
You must be signed in to change notification settings - Fork 781
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
Not Preserving Pagination and Ordering after setData #70
Labels
Comments
I have fixed this. Shall send in a pull request soon. Also fixed the an issue with search filter not filtering when setData was being used to add/edit/delete rows matching the search criteria. |
@02ps719 nice! that would be great |
HI all, this issue has been solved on v1.2.1 :) |
About how to get current page and get ordering, can use the newest version and see CHANGELOG.md |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using the BootstrapTable with the following options.
After I use setData the current page and any ordering is lost.
I could rerender the component if I had some way of passing the current page and ordering field via the options attribute. Is there anyway to get the current page or ordering?
Great work BTW. This was really helpful.
Thanks,
Ben
The text was updated successfully, but these errors were encountered: