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

Can we add non-text data such as buttons, images and others into the rows of DataTable? #55

Open bakshioye opened 4 years ago

pavankataria commented 4 years ago

Not yet, as I haven't thought of a clean way to do this just yet. The main goal of this library is to allow the quick display and filtering of datasets. I will be inclined to add the ability to add those views in when SwiftDataTable is capable of handling autolayout cells.

pavankataria commented 4 years ago

Working on a prototype.

mpurl commented 3 years ago

Would be great if TextFields would be supported as well.

pavankataria commented 3 years ago

To be specific, the prototype that I'm working on would allow users to add their own custom views. This would make the framework flexible.