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

table-ext: children are not displayed when filtering #178

Merged
merged 1 commit into from
Apr 2, 2014

Conversation

trnsnt
Copy link
Contributor

@trnsnt trnsnt commented Apr 2, 2014

flag variable is override to false when node is hidden when doing
flag = node.hide ? false : flag
so if the the first node is hidden all following nodes are set to false.

Tag variable was override when doing
flag = node.hide ? false : flag;
mar10 added a commit that referenced this pull request Apr 2, 2014
@mar10 mar10 merged commit 841822b into mar10:master Apr 2, 2014
@mar10
Copy link
Owner

mar10 commented Apr 2, 2014

I merged and modified a bit; could you test if the new version works for you?

@trnsnt
Copy link
Contributor Author

trnsnt commented Apr 3, 2014

Yes it works as expected, thanks a lot!

@trnsnt trnsnt deleted the defects branch April 3, 2014 08:58
@mar10 mar10 added this to the 2.0.0beta milestone May 11, 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.

2 participants