backbone-paginator / backbone.paginator

A pageable, drop-in replacement for Backbone.Collection called Backbone.PageableCollection.
http://backbone-paginator.github.io/backbone.paginator/
MIT License
1.41k stars 253 forks source link

Deleting row doesn't cause a pagination update #353

Open fluffy88 opened 7 years ago

fluffy88 commented 7 years ago

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

  1. Have a collection with multiple pages
  2. Open the first page
  3. 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