You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: