Open agritheory opened 1 week ago
@agritheory Okay, so I looked into this, and here's what I've found:
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