flexyford / impagination

A lazy data layer for your paged records
102 stars 7 forks source link

Apply refresh and reset actions to impagination #28

Closed flexyford closed 8 years ago

flexyford commented 8 years ago

Fix #27 refresh(readOffset) will reapply filters on all pages from the given offset (defaultOffset: currentOffset) reset(readOffset) will unload and refetch all pages from the given offset (defaultOffset: 0)