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

Inline edit? #41

Closed SogoGolf closed 5 years ago

SogoGolf commented 5 years ago

Hi is it possible to edit grid data directly in a cell and then save / update?

pavankataria commented 5 years ago

Hi there, no, it's not currently possible to do this. When custom views are inserted maybe then you can add your own custom view, and handle the saving and updating mechanism yourself.