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

Added customization options for configuration to allow more styling #43

Open ValentinDenis opened 4 years ago

ValentinDenis commented 4 years ago

I added a few customization elements that I needed for my project. These are:

pavankataria commented 4 years ago

Hey, I look forward to checking this out during the weekend! Great work here.

Have you considered adding an example which showcases this work? Consider adding it in the menu view controller to showcase this work in the mean time.

ValentinDenis commented 4 years ago

I added 3 MenuItems as examples, I hope this will do :)