TSTableView icon indicating copy to clipboard operation
TSTableView copied to clipboard

TSTableView is UI component for displaying multi columns tabular data.

Results 5 TSTableView issues
Sort by recently updated
recently updated
newest added

Line 467 in TableView.m - (void)selectColumnAtPath:(NSIndexPath *)rowPath animated:(BOOL)animated { [_tableContentHolder selectRowAtPath:rowPath animated:animated]; //

select a cell will crash the app for demo code 2015-03-17 09:09:30.688 TSTableView[1375:492858] **\* Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[TSTableViewController tableView:didSelectRowAtPath:selectedCell:]: unrecognized selector sent to instance 0x126e17100'

Hi, How hard it is to add a sorting to this tableview? Basically need just an indicator in the header and block/delegate method to sort model data.

Thanks for providing a wonderful TableView class. I am trying to use this class in one of our iOS App and there is a requirement for deleting a row by...