Performance on Grid issues with complex rows
Okay so I know this is partially my fault 🙂 But I'm curious if anyone has run into something similar - I'm leveraging React Virtual to render a pretty complex set of rows/columns in the grid, and it works lovely.... except for one scenario.
I have a sticky left column, and I've leveraged the Grid examples which have a
const [before, after]
being created by the getVirtualItems
start number.
The only problem is - when I scroll quickly on complex cells, the before
lags behind on actually updating - so now the sticky
left column also lags behind (everything is absolutely positioned, so the sticky left column is beholden to that before
number, even though it's a left: 0
.
Curious if anyone else has run into a similar problems!0 Replies