Skip to content

Setting a ResponsiveStep with 1000 minWith doesn´t work #93

@federicoisaia

Description

@federicoisaia

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:
GridHelperBug

But when I set the minWith of the ResponsiveStep to 1000 (or bigger) this happens:
GridHelperBug1000

Is this a bug or am I doing something wrong?

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions