Skip to content

selectColumnAtPath error. #7

@SimplyAutomationized

Description

@SimplyAutomationized

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions