Open valentindegrange opened 8 years ago
It shoud be working, could you upload a JSFiddle with this issue for debug?
but what do you do with the ng-repeat ID's ? I tried to give the table selector an expression like {{$index}} It didnt work ? Example:
Hello,
I'm trying to use the directive you have created but I'm facing some issue with understanding how it works.
Here is my export button (based on your readme) :
<button class="table-export" table-selector="'toto'" export-options="{type: 'pdf', escape: true, tableName: 'toto' }"> Export </button>
And this is the table I am looking to export :
I thought I should use the id of my
table
in my table-selector but it doesn't seems to work. Do you have any idea why ?Thank you very much
Valentin