Skip to content

Releases: Juravenator/paper-datatable

0.9.9

04 Aug 13:41
Compare
Choose a tag to compare

This add support for data-binding of some properties of the paper-datatable-column element (header, tooltip, and sortable).
The main reason for this is to be able to use the new localization features of Polymer (Polymer.AppLocalizeBehavior).

Code like this now works:

<paper-datatable data="{{data}}">
  <paper-datatable-column header="[[localize('description')]]" property="description"></paper-datatable-column>
</paper-datatable>