virtual-grid
virtual-grid copied to clipboard
Simplified virtualization using @tanstack/virtual.
closes #17 Apparently `@tanstack/virtual` doesn't work well with `rtl` layout in scenarios where horizontal overflow occurs, as mentioned [here](https://github.com/TanStack/virtual/issues/282). In order to fix the issue, one has to provide a...
would you consider adding support for `rtl` mode in `Grid`? I'd be happy to send a PR
Solid
- [ ] Docs - [ ] Examples - [ ] Landing page
First of all, thanks for the amazing job done here, this lib is super helpful! I have one question though, how do I attach the scroll to the window element?...