Questions tagged [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.

See the source code on Github.

15 questions
2
votes
1 answer

Polymer 1.x: Getting custom element to say HELLO WORLD in Plunker

In this Plunk, why won't the x-foo element render HELLO WORLD?. Given the more complex content-el seems to be importing an iron-data-table perfectly correctly. Am I overlooking something simple? Please answer with a working…
Let Me Tink About It
  • 15,156
  • 21
  • 98
  • 207
2
votes
2 answers

Polymer 1.x: iron-data-table does not load data nor header styles on first render when inside neon-animated-pages

The below screenshot shows how my iron-data-table element looks when it first loads. Notice the data is missing and the headers are not fully formatted (the width seems to be too small to show the column header labels). However, if I enter a…
Let Me Tink About It
  • 15,156
  • 21
  • 98
  • 207
1
vote
2 answers

Getting iron-data-table to render demo data

When I run my code in this JSbin, I expect the iron-data-table to render with populated data similar to the way it does on this demo page. Instead, only the table headers render but the rest of the cells fail to populate. What changes can be made to…
Let Me Tink About It
  • 15,156
  • 21
  • 98
  • 207
1
vote
1 answer

Iron-data-table fails to populate data from databinding

The following code taken from this demo works in my app: https://saulis.github.io/iron-data-table/demo/index.html