Open sujith3g opened 8 years ago
Is it possible create <hot-columns> dynamically using a dom-repeat ? I have tried something like this
<hot-columns>
<hot-table height="250" width="300"> <template is="dom-repeat" items="{{colum_list}}"> <hot-column value="{{item.col}}" header="{{item.title}}" width="{{item.width}}"></hot-column> </template> </hot-table>
But I got Uncaught TypeError: this.parentNode.onMutation is not a function Error in the console
Uncaught TypeError: this.parentNode.onMutation is not a function
Any workarounds to do this ?
Is it possible create
<hot-columns>
dynamically using a dom-repeat ? I have tried something like thisBut I got
Uncaught TypeError: this.parentNode.onMutation is not a function
Error in the consoleAny workarounds to do this ?