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.
any appreciated.
thanks sanjay.s
Comments
Post a Comment