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 optional format value to DataTableValueType #68

Open twh2898 opened 3 years ago

twh2898 commented 3 years ago

I needed a way to format the values in the table while keeping the sort order for double, int, etc. and this works for my project. I'm creating this pr in case it's useful to someone else.