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

Create SwiftDataTables inside TableViewCell #69

Open fransiscou opened 3 years ago

fransiscou commented 3 years ago

Hello, I'm working in a newspaper app and the new detail has shown with a TableViewController with reusable custom cells. When the service gives me a type "table" I have to show a SwiftDateTable inside my custom cell.

I'm trying to implementing it but I only can render the searchBar.

Are there any problem with this case?

Thanks!