When setting a responsive step like this: ``` GridHelper.responsiveStep(grid, 999).addListener(ge -> { grid.getColumnByKey("user-id-column").setVisible(true); }); ``` I get the following behavior which is correct:  But when I set the minWith of the ResponsiveStep to 1000 (or bigger) this happens:  Is this a bug or am I doing something wrong?