pavankataria / SwiftDataTables

A Swift Data Table package, display grid-like data sets in a nicely formatted table for iOS. Subclassing UICollectionView that allows ordering, and searching with extensible options.
MIT License
448 stars 69 forks source link

Pagination support? #57

Open killeriax opened 4 years ago

killeriax commented 4 years ago

Hi! As far as I understand, this library currently does not support pagination?

pavankataria commented 4 years ago

That's correct. However, this is a feature that's also in the pipeline. Right now there's full focus on allowing self sizing cells with the ability to provide custom views. Soon after this feature will come in.

You can see in the codebase that work on pagination has already bled through ;)

tranquangdat1397 commented 1 year ago

Has this feature been implemented yet?