<div style='height:calc(100% - 31px);overflow:auto;'>
<paper-listbox slot="dropdown-content" multi>
<juicy-table-repeat rows="{{allAlbums}}">
<tr>
<td style='vertical-align: middle;'>
<paper-checkbox class="styled sizeCheckbox" value="[[item]]"
on-change="_addProductInAlbum">
[[item.albumName]]
</paper-checkbox>
</td>
</tr>
</juicy-table-repeat>
</paper-listbox>
</div>
Hello sir, i have create web application in which dom-repeat is properly work in chrome browser but in the IE it is not working inside the table tag.i am using