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
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