flexyford / impagination

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

Add Filter when Dataset.reset is called #42

Closed tiberiumihai closed 6 years ago

tiberiumihai commented 6 years ago

Dataset.reset function should take in consideration the filters.

cowboyd commented 6 years ago

This looks good to me. Would be nice to have a test though.

flexyford commented 6 years ago

@cowboyd I agree this needs a test. I'll add a Github Issue for this. I'll merge this PR as it fixes a big issue. Thanks, @tiberiumihai for identifying and fixing.