agritheory / stonecrop

Schema-driven UI
8 stars 4 forks source link

[atable] poor performance when rendering #189

Open agritheory opened 1 week ago

agritheory commented 1 week ago

Using a 28x53 table loading takes about 8 seconds in FAB customer application

Alchez commented 2 days ago

@agritheory Okay, so I looked into this, and here's what I've found:

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?