Skip to content
This repository was archived by the owner on May 17, 2018. It is now read-only.
This repository was archived by the owner on May 17, 2018. It is now read-only.

state.totalRecords not correct set after removing rows #129

@jurgenkalverboer

Description

@jurgenkalverboer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions