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

data : Server Side loading #62

Closed miamilabs closed 3 years ago

miamilabs commented 3 years ago

Hi Community,

first of all, i come from different world (Java Coding...) but i am also playing around with swift and trying to get into this. So i am not expert at all here. Excuse me if my question is wrong here.

Question :

Does this Project support Server Side loading of data?

It would be great to have also pagination (https://github.com/pavankataria/SwiftDataTables/issues/57) as there are some data which have 3000+ rows with a lot of information.

Thank you

pavankataria commented 3 years ago

Yes it does though not as smoothly as I'd like it to. You have to refresh the entire table in order to support dynamic datasources. This is an area that can be improved but because there are other priorities for this library but the process of making this seamless is on the backlog.

tranquangdat1397 commented 1 year ago

Has this feature been implemented yet?