SpreadsheetView
SpreadsheetView copied to clipboard
reloadRowsAtIndexPaths feature
Expected Behavior
Option to only reload non-frozen rows
Actual Behavior
With reloadData() all rows will be reloaded. In frozen header row I have UISearchBar in each column for filtering purposes, which will cause resignFirstResponder after keypress. With each keypress I call reloadData(), but I would like to call something like reloadDataForNonFrozenRows()
Specifications
- Xcode version: 9.0
- iOS version: 11.0
- Dependency manager + version: Cocoa pods 1.3.1
I would also love such a feature (to reload a cell at a given index)!
I would also love such a feature (to reload a cell at a given index)!
Looking for the same thing, please let me know if anyone has come across a solution