followOutput support for GroupedVirtuoso
See original GitHub issueHello @petyosi, first of all, thanks a lot for such helpful library, I was able to build solution I need with grouping and backwards scrolling direction.
followOutput works great for Virtuoso plain list component, but it’s not supported for GroupedVirtuoso
How complex is to add support for grouped and is it in near future plans? I
Thanks!
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Virtuoso API Reference
Under the hood, both Virtuoso and GroupedVirtuoso are the same component ... Use followOutput property to keep the list aligned when new items...
Read more >v1 beta is available - test now if you are building chat / feed ...
Overscan property ignored in GroupedVirtuoso when scroll position is at the top of the ... followOutput support for GroupedVirtuoso #191.
Read more >underlog - Profile - Bountysource
underlog commented on this issue[BUG] GroupedVirtuoso seems to miscalculate heights based on number of groups. react-virtuoso 1 year ago.
Read more >react-virtuoso: Versions - Openbase
The release includes a new variation of the Virtuoso component - GroupedVirtuoso . The group component supports grouped displaying of items, ...
Read more >react-virtuoso - followOutput support for GroupedVirtuoso
followOutput works great for Virtuoso plain list component, but it's not supported for GroupedVirtuoso. How complex is to add support for grouped and...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@osadchiynikita I published an alpha version - v0.21.0-alpha.1. This is a test case I did. Notice that in addition to
true, thefollowOutputnow accepts"smooth"for a better UX. Interested in your feedback on that.Hey,
That should be a trivial fix I think. I am working on a new release which improves the compatibility of the grouped and the regular component, so I will check how it works there.