Skip to content

Resize the grid make the items collapsed. #520

@jpremkumar

Description

@jpremkumar

When the page is dynamically resized, the items (nodes) inside the grid should auto adjust.

i.e. full width (Default) [1,2,3,4,5,6],
In 75%, it should come as
[1,2,3]
[4,5,6]

in 50%
[1,2]
[3,4]
[5,6]

in 30$ is should be
[1]
[2]
[3]
[4]
[5]
[6]

I've referred the Responsive Grid demo. I'm expected the above behavior. But when resize, the items are overlapping. Also, while maximize, the items are not arranging the same order.

Check out this example and the refer the below screenshots for the issue.

cap1

cap2

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions