Viacheslav-Radchenko/TSTableView

selectColumnAtPath error.

Opened this issue · 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.