Example with vanilla html table + tr for rows? (v2)
Does anyone know of an example (or if its possible) to virtualize a vanilla html table? I can see a lot of examples online using react-table but we've already got a bunch of vanilla html tables + custom styling that want virtualizing.


3 Replies
adverse-sapphireOP•3y ago
E.g. I have this somewhat working but the td's aren't behaving like normal
adverse-sapphireOP•3y ago
Have got a working example now, with some inspiration from the react-table docs!

