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

fix: prevent hidden columns triggering unnecessary re-order #5525

Merged
merged 1 commit into from
Jul 7, 2016
Merged

fix: prevent hidden columns triggering unnecessary re-order #5525

merged 1 commit into from
Jul 7, 2016

Conversation

dlgski
Copy link
Contributor

@dlgski dlgski commented Jul 6, 2016

This fix checks all the columns between the originalPosition and newPosition. IF they are all hidden, then no re-order event is necessary. If a visible column is found, column re-ordering will be triggered. This is an adjustment of #5255 as originalPosition is always a visible column.

Fixes: #5254

@AgDude AgDude merged commit 575b901 into angular-ui:master Jul 7, 2016
@dlgski dlgski deleted the colMoveVisible branch December 6, 2016 20:27
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.

Column Reorder: hidden columns triggering unnecessary re-order
2 participants