paper-datatable icon indicating copy to clipboard operation
paper-datatable copied to clipboard

Databinding does not works correctly in 'header' property of paper-datatable-column element

Open jesuslopezlugo opened this issue 9 years ago • 1 comments
trafficstars

Hi David!

I found a bug with the data binding of 'header' property in paper-datatable-column. I have this:

 <paper-datatable-card>
 <paper-datatable>
 <paper-datatable-column header="[[keyTitle]]" property="key" type="String" sortable>
....
...
...
 </paper-datatable>
 </paper-datatable-card>

I changed the value of keyTitle, but nothing happen, even if I try to use the reset function of paper-datatable

jesuslopezlugo avatar Jul 10 '16 02:07 jesuslopezlugo

Yes this PR fix the issue https://github.com/David-Mulder/paper-datatable/pull/78.

The author does not seem to be active, so I did a new similar project where I am reactive.

https://github.com/RoXuS/paper-datatable-api/

RoXuS avatar Jul 10 '16 10:07 RoXuS