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(react-grid): correct columns on remove banded column in runtime #2916

Merged
merged 3 commits into from
Jun 1, 2020
Merged

fix(react-grid): correct columns on remove banded column in runtime #2916

merged 3 commits into from
Jun 1, 2020

Conversation

LazyLahtak
Copy link
Contributor

Fixes #2806

@@ -231,6 +232,30 @@ describe('TableBandHeader Plugin helpers', () => {
});
});

// Should return
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excess comment

@LazyLahtak LazyLahtak merged commit ff58483 into DevExpress:master Jun 1, 2020
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.

Exception is thrown on removing a column when column bands is used and the last column is aligned to the right
3 participants