Basic Binding

Cells contents can be defined using <template> elements. Inside templates, variables like [[index]] and [[item.prop]] can be used to add dynamic content.

Note: By default, the height of a row is determined by the height of its cell contents, as seen in this example.

Two-Way Binding

Some template variables, like the item properties, can be modified using Polymer's two-way binding.