ng-table-export
ng-table-export copied to clipboard
Export ignores table filters
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.