I have been struggling for quiet a while about using paper-data-table (paper data table by David Mulder) in my angular 2 application.
The problem im facing is descri
I think I managed to get to some solution. I altered small parts of the source code, this might "hurt" some features (I think only the ones related to the column array) but I work with it in my project and it works great. I also wrote a small angular 2 component wrapper to ease things up.
You can check it out here:
paper-datatable-fixes-for-angular-2