ng-table-export
ng-table-export copied to clipboard
pagination also got exported into CSV
I use ngTable 0.3.2 and ngTableExport 0.1.0 installed using bower, when click export the output also include pagination in CSV file
10 25 50 100 « 1 2 »
where is my mistake?
<<HTML>>
I changed the row selectors to not include tfoot: var rows = element.find('tr').not('tfoot tr');
Original var rows = element.find('tr');
@Bhaall Thanks.
Any plans to merge that change?
Since this repo was not being updated, we forked it and would welcome suggestions like these that could improve the library.
Check out https://github.com/kollavarsham/ng-table-to-csv