Skip to content

Cannot sort the first column that freezed. #5

@annpt1

Description

@annpt1

I'm not able to sort the first column if I set it to freeze. Is there any tip to archive that? Many thanks

I use ZMJClassData example.
With these 2 delegations implemented. However, I cannot receive the sort event if I click on top row of the first column.

- (NSInteger)frozenRows:(SpreadsheetView *)spreadsheetView {
    return 1;
}

- (NSInteger)frozenColumns:(SpreadsheetView *)spreadsheetView {
    return 1;
}

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