GridCellFilter brake all cells width

Hi all,
have a problem. My Application is using Grid as table for content and all columns have relative width and all works fine, all columns expands properly on all size of grid. Now there is a requirement to implement filtering by columns. So when I’ve added filter fields fields width became unpredictable

GridCellFilter filter = new GridCellFilter(grid);
this.filter.setTextFilter("type", true, true);


for all fields in greed (9 fields)

Please help, I’ve tried to setExpandRatio for all fields, set maxWidth, nothing is gonna change :frowning: