Skip to content

Commit

Permalink
Relocate data-table-row properly when table is nested.
Browse files Browse the repository at this point in the history
  • Loading branch information
Saulis committed Apr 9, 2016
1 parent 70a019a commit 0084018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-table-row.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},

attached: function() {
if (this.domHost) {
if (this.domHost && this.domHost.tagName === 'IRON-DATA-TABLE') {
var id = this._static.id++;

var item = this.parentElement;
Expand Down

0 comments on commit 0084018

Please sign in to comment.