You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build complex table using dom repeat create the table cells. Unfortunately a <dom-repeat> element is left in the dom which creates one more cell in the table.
I can work around the problem by using css
dom-repeat {
display: none;
}
But it would be better if I didn't have to
Polymer version 2.0.2
The text was updated successfully, but these errors were encountered:
I am trying to build complex table using dom repeat create the table cells. Unfortunately a
<dom-repeat>
element is left in the dom which creates one more cell in the table.I can work around the problem by using css
But it would be better if I didn't have to
Polymer version 2.0.2
The text was updated successfully, but these errors were encountered: