TSTableView icon indicating copy to clipboard operation
TSTableView copied to clipboard

selectColumnAtPath error.

Open SimplyAutomationized opened this issue 10 years ago • 0 comments

Line 467 in TableView.m

  • (void)selectColumnAtPath:(NSIndexPath *)rowPath animated:(BOOL)animated { [_tableContentHolder selectRowAtPath:rowPath animated:animated]; // <-should be selectColumnAtPath...

}

fixed it locally just fyi. using this when I tap data on an ios-chart to select and show the data in the table.

SimplyAutomationized avatar Jul 03 '15 23:07 SimplyAutomationized