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

Export ignores table filters

Open rob011 opened this issue 9 years ago • 0 comments

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 greatly appreciate a solution.

rob011 avatar Apr 09 '15 09:04 rob011