ng-table-export icon indicating copy to clipboard operation
ng-table-export copied to clipboard

export only checked

Open mibamur opened this issue 11 years ago • 1 comments

Hi!

it would be great if export can works with some additional features for example export only checked items

I`ll try to add it, but maybe you can say me where is do it better? ...

5 min later :)

we can pass some argumets to generate()

ng-mousedown="csv.csv.generate({
  quotes: '"',
  delimeter: ';',
  headers: true,
  data: 'all' | 'filter' | 'check'
})"

so how get aplyed filter data?

and how get aplyed checkers?

as I understand this code - to skip headers? https://github.com/esvit/ng-table-export/blob/master/src/scripts/00-directive.js#L26

...
   if (tr.hasClass('ng-table-filters')) {
    return;
   }
...

PS nice addon for ng-table, let`s do it together better

mibamur avatar Dec 21 '13 01:12 mibamur

+1 on this- very useful

andrewboni avatar May 23 '14 19:05 andrewboni