virtual-grid icon indicating copy to clipboard operation
virtual-grid copied to clipboard

Simplified virtualization using @tanstack/virtual.

Results 4 virtual-grid issues
Sort by recently updated
recently updated
newest added

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

- [ ] 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?...