Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot sort the first column that freezed. #5

Open
annpt1 opened this issue Mar 6, 2019 · 0 comments
Open

Cannot sort the first column that freezed. #5

annpt1 opened this issue Mar 6, 2019 · 0 comments

Comments

@annpt1
Copy link

annpt1 commented Mar 6, 2019

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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant