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

Export data from ngTable to CSV

Results 18 ng-table-export issues
Sort by recently updated
recently updated
newest added

When exporting a CSV, the plugin ignores filters applied to table. Plugin code contains the following: if (tr.hasClass("ng-table-filters")) { return; } ...but this doesn't seem to have any effect. Would...

It is occuring on this line: a(d.exportCsv).assign(b.$parent, f)

When i tried to download a **csv** file, it download a file with extension(file name as **download**).

It solves a problem with non english characters when open such files in MS Excel.

In a project I am working on I had a ng-table where the user could choose which column he wanted to see dynamically, much like this example: http://bazalt-cms.com/ng-table/example/20 When I...

### 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...