RxSwiftCommunity / RxDataSources

UITableView and UICollectionView Data Sources for RxSwift (sections, animated updates, editing ...)
MIT License
3.1k stars 495 forks source link

No lazy loading with sectioned data? #361

Open alekop opened 4 years ago

alekop commented 4 years ago

The SectionModelType protocol initializer takes an array of items. My data source is a LazyCollection. Is there a way to lazy-load items in a section, without enumerating all of them?

tribushevsky commented 2 years ago

Hi @alekop! Did you found a solution for using LazyCollection and RxDatasource together?