Open
Description
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
Labels
No labels