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
Virtualizing lists sounds like a memory technique that limits processing to a small portion of the dataset, both visually and in-memory.
Vue suggests using vue-virtual-scroller (by the same guy who made Histoire) to apply virtualization, but there's also a VueUse composable that does the same (and seems to be more modern and less buggy than the recommended one, although with fewer features).
I tried implementing the VueUse offering into the Histoire story as a POC, but I couldn't get it to work correctly. The other approach is to try to implement this directly at the ATable-level, which would have it work automatically for all tables, but that's a fair amount of work as well.
What do you think? And where should we place this in the priority list?
Using a 28x53 table loading takes about 8 seconds in FAB customer application
The text was updated successfully, but these errors were encountered: