-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
Consider supporting virtualization with CSS Grid #124
Comments
Do you have any specific plans/goals with this? I'm just curious. Would this be an internal implementation detail or are you planning on exposing things to the consumers of the grid as well? I.e. set column count with |
There is an old and rough implementation in #204 but there is no clear schedule for now. When I was working on list virtualization, I had noticed grid virtualization was very different from list virtualization. Its cell sizes are usually fixed by its columns/rows, and it has different usecases like data-grid, spreadsheet, masonry, and so on. CSS grid is flexible enough to support them so I want to use it. |
Would love to see this implemented, currently using TanStack Virtual for Vue 3 to get a virtualized masonry grid, but they only support vertical gap, not horizontal gap, which makes the designs ugly and impossible to use :/ |
No description provided.
The text was updated successfully, but these errors were encountered: