I'm experiencing an issue with vue-virtual-scroller's RecycleScroller while building a schedule-like component.
The issue arises when rendering a large number of columns. As the number of columns increases, it becomes more likely for some columns to turn blank.
After checking the console, it looks as if the value of the translate property is not calculated correctly.
Did you guys find out any solutions about this? Or is it possible to provide an API to force a recalculation of the value of the translate property in order for me to manually fix the problem when the scroll ends?
Describe the bug
I'm experiencing an issue with vue-virtual-scroller's RecycleScroller while building a schedule-like component. The issue arises when rendering a large number of columns. As the number of columns increases, it becomes more likely for some columns to turn blank. After checking the console, it looks as if the value of the translate property is not calculated correctly. Did you guys find out any solutions about this? Or is it possible to provide an API to force a recalculation of the value of the translate property in order for me to manually fix the problem when the scroll ends?
System Info
Used Package Manager
pnpm
Validations