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 for dataTable regading columns with rendered="false" #875

Merged
merged 1 commit into from
Dec 11, 2017

Conversation

vsvetoslavov
Copy link
Contributor

@vsvetoslavov vsvetoslavov commented Sep 28, 2017

Made the generation of column definitions respect the children being rendered or not - if there are column definitions for columns that are not rendered this causes a JavaScript error.
Issue: #848

Made the generation of column definitions respect the children being rendered or not - if there are column definitions for columns that are not rendered this causes a JavaScript error.
@vsvetoslavov vsvetoslavov changed the title #848 - respect children rendered property Fix for dataTable regading columns with rendered="false" Sep 28, 2017
@stephanrauh
Copy link
Collaborator

@vsvetoslavov First of all, please apologize we didn't review your pull request earlier. These things shouldn't happen - but obviously, they do happen. Thank you very much for your pull request!

@stephanrauh
Copy link
Collaborator

As for the PR itself: looks fine by me. It's interesting to learn I've repeated the same code no less than four times. That, in turn, helped to obscure the bug. Let's merge the PR!

@stephanrauh stephanrauh merged commit 4acfb3d into TheCoder4eu:master Dec 11, 2017
Copy link
Collaborator

@stephanrauh stephanrauh left a comment

Choose a reason for hiding this comment

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

Nice refactoring. Plus fixing an annoying bug. Good work!

@TheCoder4eu TheCoder4eu mentioned this pull request Dec 11, 2017
@vsvetoslavov
Copy link
Contributor Author

@stephanrauh thanks :)

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.

2 participants