I am working with the PackingInfiniteGrid and need to configure it to retrieve only squares in two specific ways:
All Squares: I want to get all square items without any exceptions.
All Squares with Selective Dimension Assignment: I need to manually assign specific dimensions to certain squares, such as configuring some squares to have dimensions like 1x2, 2x2, 3x2, etc., based on my choice, rather than excluding them.
And Is it possible to configure the grid so that upon resizing, the cells adjust to occupy all available space without leaving any gaps?
Description
I am working with the PackingInfiniteGrid and need to configure it to retrieve only squares in two specific ways:
And Is it possible to configure the grid so that upon resizing, the cells adjust to occupy all available space without leaving any gaps?
Steps to check or reproduce
What I Achieved (Code): Link to codesandbox