Skip to content

Commit

Permalink
(patch) group rows do not render the template
Browse files Browse the repository at this point in the history
  • Loading branch information
cristinecula authored and nomego committed Mar 22, 2019
1 parent 282130b commit 5166b5f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cosmoz-omnitable-group-row.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@
return 'group-row';
}

constructor() {
super();
this.trackColumns();
}

_columnChanged(newColumn) {
if (!newColumn) {
return;
Expand Down

0 comments on commit 5166b5f

Please sign in to comment.