I'm using backbone.paginator in server mode, version 2.0.2. At some point ( in backbone view file) I need to reset PageableCollection state.
Basically I need to set currentPage to 0 or my default values, either by reset or in some other way. Since state object is read-only and standard Collection methods do nothing e.g. collection.reset() is apparently not overridden by paginator.
Is there any way to do that ?