Skip to content

Applied filter stays active after removing column #45

Open
@danbruttyo2

Description

@danbruttyo2

If a column with an active filter is removed from the grid with com.vaadin.flow.component.grid.Grid#removeColumn, the filter is not reset for EnhancedGrid like the sort order is in the base Grid implementaton.
This leads to the filter stay active even though the column is not in the grid anymore.
Calling com.vaadin.componentfactory.enhancedgrid.EnhancedGrid#clearAllFilters after removing the column's the filter is not applied for the grid, but when putting back the column, the previously entered filter is applied again. This behaviour is inconsistent with the way sort order is handled.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions