-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
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.

