paper-datatable
paper-datatable copied to clipboard
Update header dynamically
trafficstars
Hi !
First, thx for your component, it helps us a lot.
We use an other component to translate our text, the headers are set dynamically. The problem is that after the first init, the headers are not update.
I propose this little pr to solve this problem, if you think that I can improve my stuff, say me how.
For some reason the notify: true on the header property doesn't fire the header-changed event! I'm doing it manually with this.fire...
Thx for your time.
I know but as I have said in the PR, for some reason the notify: true on the header property doesn't fire the header-changed event! I'm doing it manually with this.fire...
Do you have a solution ?