Skip to content

Commit

Permalink
Merge pull request #179 from acacha/patch-1
Browse files Browse the repository at this point in the history
Better performance?
  • Loading branch information
ludo committed Jan 29, 2020
2 parents c29e3bf + 732c5e4 commit aa784e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.treetable.js
Expand Up @@ -85,7 +85,7 @@
this.settings.onNodeExpand.apply(this);
}

if ($(this.row).is(":visible")) {
if (!this.row[0].hidden) {
this._showChildren();
}

Expand Down

0 comments on commit aa784e2

Please sign in to comment.