Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limiting results in data source #20

Open
florianpreknya opened this issue Apr 5, 2018 · 1 comment
Open

Limiting results in data source #20

florianpreknya opened this issue Apr 5, 2018 · 1 comment

Comments

@florianpreknya
Copy link

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?

@pjcau
Copy link

pjcau commented Jul 22, 2018

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

j

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants