You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 4, 2021. It is now read-only.
This is related to #304 but due to the age I'm opening a new issue.
Steps to reproduce
When using Backgrid with a Backbone.PageableCollection
Have a collection with multiple pages
Open the first page
Remove one row
Expected: A model from the next page get's pulled to the current page Actual: The deleted model is removed leaving the current page 1 item short of the collections pageSize
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is related to #304 but due to the age I'm opening a new issue.
Steps to reproduce
When using Backgrid with a Backbone.PageableCollection
Expected: A model from the next page get's pulled to the current page
Actual: The deleted model is removed leaving the current page 1 item short of the collections
pageSize
The text was updated successfully, but these errors were encountered: