RxRealmDataSources icon indicating copy to clipboard operation
RxRealmDataSources copied to clipboard

Limiting results in data source

Open florianpreknya opened this issue 7 years ago • 1 comments

I need a collection view that displays only the first 5 query results. I am using RxCollectionViewRealmDataSource as data source, it works great if I was to display all the results. But I don't need all, unfortunately... The Realm guys didn't implement a limiting support because there is no need for that (https://realm.io/docs/swift/latest/#limiting-results), but in my case I don't know how to handle it. It should be implemented in the RxCollectionViewRealmDataSource class, isn't it?

florianpreknya avatar Apr 05 '18 05:04 florianpreknya

Hi I need the same behavior!! Any guys have a new ideas?

j

pjcau avatar Jul 22 '18 12:07 pjcau