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

dataTable.reloadRowsOnly() doesn't do anything and dataTable.reload() crashes #61

Closed ShezCansoft closed 4 years ago

ShezCansoft commented 4 years ago
ShezCansoft commented 4 years ago

I was not using datasource (which mentioned in the readme that works best with dynamic data). Sorry for any disturbance caused. Closing it as I figured out my mistake. Thanks