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

Handling of multiple tiles per row #44

Open
PaulRotar93 opened this issue Dec 15, 2017 · 0 comments
Open

Handling of multiple tiles per row #44

PaulRotar93 opened this issue Dec 15, 2017 · 0 comments

Comments

@PaulRotar93
Copy link

Hello,

Besides using the plugin as a method to render lists I'd also like to be able to render tiles.
Let's say that I Got 5000 divs with a width of 64x64 px and I want to keep the same behaivor of the scroller as it is with the list. The main issue I see here is that the top position of each element and not having a "spacer" div on top, which will emulate the height being scrolled it's not really easy to achieve unless I'm calculating how many tiles can fit in one row and render the list element containing those specific tiles, which it's not the optimal way to go I suppose especially when resizing the container since I need to recalculate all over again.

My question would be.. is it possible to have this kind of feature in the near future ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant