Skip to content

Export ignores table filters #17

@rob011

Description

@rob011

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions