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

fixes #901 CompoundColumns with sort property causes an error #914

Closed
wants to merge 1 commit into from

Conversation

treasonx
Copy link
Contributor

Make sure that the target has contents or children before placing sort
arrow UI.

When trying to set the column sort arrow UI on a hidden column header we
were making the assumption that the column header had children. But if
the header was hidden it would cause an exception when trying to place
the UI element.

fixes #901

Make sure that the target has contents or children before placing sort
arrow UI.

When trying to set the column sort arrow UI on a hidden column header we
were making the assumption that the column header had children. But if
the header was hidden it would cause an exception when trying to place
the UI element.
@kfranqueiro
Copy link
Member

This changeset has the unfortunate side-effect that the sort arrow pretty much never shows up anymore. I have an alternate fix on another branch: https://github.com/kfranqueiro/dgrid/commits/compoundcolumns-sort

@kfranqueiro kfranqueiro closed this May 7, 2014
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

Successfully merging this pull request may close these issues.

CompoundColumns with sort property causes an error
2 participants