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 was archived by the owner on May 17, 2018. It is now read-only.
If you remove the last row of a page as follows
pageableCollection.fullCollection.remove(models)
state.totalRecords is updated correctly
However:
pageableCollection.remove(models)
will not update state.totalRecords correct, the value is one too high.
If you use backgrid-paginator in combination with backbone-pageable there will be an empty last page