You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems, they use List, not Grid, so they are varying width a little and then they increase or decrease cards count in a row in responce to the page width changes. More adaptive and flexible design. Compatible with small mobile screens. Compatible with pagination or "infinite list".
Problems with our current approach
See examples from Antd Pro here
And ListSearchProjects source code
It seems, they use List, not Grid, so they are varying width a little and then they increase or decrease cards count in a row in responce to the page width changes. More adaptive and flexible design. Compatible with small mobile screens. Compatible with pagination or "infinite list".
Antd List has grid property for this layout.
The text was updated successfully, but these errors were encountered: