Open gonzalopezzi opened 9 years ago
Sorry for not responding earlier. I wanted to investigate if this is necessary in Polymer 1 or how it would be implemented there (as usual everything takes much longer than anticipated), but I guess the old Polymer version will live for a while longer anyway.
I added a few suggestions.
I would leave the provided id
attribute alone, it could get out of sync easily anyway because attribute values could be changed at any time.
Please give me a note if you plan to make the changes, otherwise I'll just merge your PR and make the additional changes myself.
Thanks Zeochi. It was fun to try to fix this. I completely agree with your comments. I am very busy right now, so I would appreciate it if you could merge my code and make those changes.
Btw, can't wait to start using bwu_datagrid for Polymer 1.0! Good luck! ;)
Great, will do. Thanks a lot for the quick feedback!
fix for #107
I have added some extra css classes to support multiple datagrids on the same page, in Firefox and Internet Explorer The id of the bwu-datagrid tag is added as a class in some elements. If no id is provided, the component generates a new id automatically.