Replies: 1 comment 1 reply
-
Hey. Now there is no work around to achieve that. This problem is related to #57, I need to move sorting logic from |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In a scenario I currently have, I want to place a few clickable items in the grid and when clicked, they should grow, revealing some content. I want the other elements to intelligently flow around the expanded item. But when adjusting the size of a single element it just overflows into the others, which don't move. But when I expand them programmatically, it doesn't register a user interaction event and therefore does not rearrange the grid items. Also, it would be very cool to have an option to arrange the items in a way they take the least amount of space.
Is something like this possible?
Beta Was this translation helpful? Give feedback.
All reactions