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.