nlampi / SwiftGridView

Swift based data grid view.
MIT License
58 stars 15 forks source link

Column sort filter? #44

Closed jabransiddiqui closed 5 years ago

jabransiddiqui commented 5 years ago

Can you please add column sort filter on grid, so user tapped on column header and it sort

nlampi commented 5 years ago

Added an example of sorting to the Pretty Example project. This is better handled in the app as sorting can have many different implementations.