feat(ngrid): horizontal Virtual Scroll #122
shlomiassaf
started this conversation in
New Features
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Support for Horizontal Virtual Scroll.
The implementation will be a lightweight version of the current vertical virtual scroll (rows).
Because the use case is different, it will not require support for buffering. Only render when near the viewport.
This one first requires a refactor to the way we render cells.
Beta Was this translation helpful? Give feedback.
All reactions