internet explorer 11 - "content" tag in PolymerJs 1.0 not rendering table rows properly in IE11 -


<template is="dom-repeat" items="[[distchildren]]">     <px-column title>                          <content select=".item[[item]]" style="text-align: left"></content>     </px-column> </template> 

i filling content in table using above code in polymer 1.0. chrome renders data properly. ie gets column values first column , it's getting messed up. attached image better comparison , understanding.

enter image description here

any appreciated.

thanks sanjay.s


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -