Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple items per rows #64

Closed
Akryum opened this issue Mar 26, 2018 · 3 comments
Closed

Multiple items per rows #64

Akryum opened this issue Mar 26, 2018 · 3 comments

Comments

@Akryum
Copy link
Owner

Akryum commented Mar 26, 2018

TODO: Investigate technical solution and performance impact.

@dungeongod
Copy link

You can create chunks for your list
ex: [1, 2, 3, 4, 5, 6, 7].chunk(3) // in lodash library
)
// [[1, 2, 3], [4, 5, 6], [7]]
Now you will get [1,2,3] in one item and can loop this in one item row.

@Shawnyeungcf
Copy link

You can create chunks for your list ex: [1, 2, 3, 4, 5, 6, 7].chunk(3) // in lodash library ) // [[1, 2, 3], [4, 5, 6], [7]] Now you will get [1,2,3] in one item and can loop this in one item row.

key-field failed.

@Akryum
Copy link
Owner Author

Akryum commented Oct 15, 2022

Implemented with the gridItems and itemSecondarySize props

@Akryum Akryum closed this as completed Oct 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants