Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jesuslopezlugo opened this issue Jul 10, 2016 · 1 comment

Comments

@jesuslopezlugo
Copy link

jesuslopezlugo commented Jul 10, 2016

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

@RoXuS
Copy link

RoXuS commented Jul 10, 2016

Yes this PR fix the issue #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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants