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

Automatic width calculation issue #59

Closed vahidnety closed 4 years ago

vahidnety commented 4 years ago

Please take a look at the screen shot below. When i scroll to right side, it looks that the width of the cell calculated double thats why it goes to empty until reach to the end of the cell. How to fix it? Can i fix it in my side? or i have to wait for new version of the library? Thanks your help on this.

2020-07-21 11 03 55

pavankataria commented 4 years ago

That's interesting, I would say provide a demo project but I'm currently working on a prototype that will fundamentally change the way cell widths are calculated. So fixing this now might be redundant. Bare with me on this.

vahidnety commented 4 years ago

That's interesting, I would say provide a demo project but I'm currently working on a prototype that will fundamentally change the way cell widths are calculated. So fixing this now might be redundant. Bare with me on this.

Thanks so i consider it close for now and if it happen with the future library, then will reopen it.

ndreisg commented 3 years ago

I have the same issue. @pavankataria: Any news about that fundamental changes?