Saulis / iron-data-table

iron-data-table is a Web Component for displaying data as a table or grid. Built on top of iron-list using Polymer.
Apache License 2.0
147 stars 66 forks source link

Grid content not showing in Firefox #149

Closed miguelamello closed 7 years ago

miguelamello commented 8 years ago

Hi Saulis,

First of all. Congratulations for the great web component. Well, do you have any clue why data-table-cell do not show its content? Actually, the rows are placed, but in blank.

Best regards,

miguelamello commented 8 years ago

This examples works perfectly...

http://jsbin.com/hekuwe/edit?html,console,output

miguelamello commented 7 years ago

I see no console errors at all.

Saulis commented 7 years ago

Hi!

Can you share an example app where you have the problems?

miguelamello commented 7 years ago

Sure... take a look at http://diretonamao.com

miguelamello commented 7 years ago

I've checked it out and cell content is there, but does not is visible in the following browsers: Firefox (Linux and Windows versions) and MS Edge (I guess IE also). On Opera and Chrome shows properly. Weird. :-)

miguelamello commented 7 years ago

Hi Saulis,

I really cant figure out why the iron-data-table content does not show in Firefox.

http://diretonamao/

The remote datasource is loaded into the table, but the content does not show. If you click in the checkboxes, the "subtotal" sums up, showing the date is holding the data.

Any tip?

Than you man...

Saulis commented 7 years ago

Could you send me the whole app including bower.json and other files needed to run it locally?

Thanks!

miguelamello commented 7 years ago

Hi Saulis,

Well, this issue is completely fixed. I've fixed it applying two actions:

1) Changing "webcomponents.min.js" for "webcomponents-lite.min.js". Okay, that's my fault indeed. I should have paid attention to Polymer Manual, and have used webcomponents-lite.min.js in my project.

2) Got the iron-data-table to update faster and securely by using this.set('myArray', someArray).

Thank you... cheers.

Saulis commented 7 years ago

OK great!