You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am using WindowVirtualizer to virtualize table rows, as I don't want to define fixed height for the table. I'd like to use scrollToIndex to implement find and replace functionality in my app. However, WindowVirtualizer does not have this feature.
Describe the solution you'd like
Add scrollToIndex to WindowVirtualizer if possible 🙏
Describe alternatives you've considered
migrating to VList, but I was unable to get the table to have 100% height, like with WindowVirtualizer. I want the body of the page to be scrollable, not the table itself, as there are more elements after the table.
Additional context
using React
The text was updated successfully, but these errors were encountered:
I tried to get this working by myself but with no luck. The scrolling worked fine with 1 WindowVirtualizer, but with multiple, there were inconsistencies in scrolling behavior. (I have multiple virtualized tables on the same page)
Any chance you can take a look at this @inokawa? Perhaps I can sponsor the development if that would help 🙂
Is your feature request related to a problem? Please describe.
I am using
WindowVirtualizer
to virtualize table rows, as I don't want to define fixed height for the table. I'd like to usescrollToIndex
to implement find and replace functionality in my app. However,WindowVirtualizer
does not have this feature.Describe the solution you'd like
Add
scrollToIndex
toWindowVirtualizer
if possible 🙏Describe alternatives you've considered
WindowVirtualizer
. I want the body of the page to be scrollable, not the table itself, as there are more elements after the table.Additional context
The text was updated successfully, but these errors were encountered: