pavankataria/SwiftDataTables

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

bakshioye opened this issue · 4 comments

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

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.

Working on a prototype.

mpurl commented

Would be great if TextFields would be supported as well.

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.