Closed gajus closed 3 years ago
I've noticed that Virtuose performance is significantly better when I provide fixedItemHeight.
fixedItemHeight
While my items aren't fixed height, I can calculate (approximate) their height based on data of each item.
Is there a way to make Virtuose ask me for item size instead of it using DOM methods to calculate it?
Duplicate of https://github.com/petyosi/react-virtuoso/issues/169
I've noticed that Virtuose performance is significantly better when I provide
fixedItemHeight
.While my items aren't fixed height, I can calculate (approximate) their height based on data of each item.
Is there a way to make Virtuose ask me for item size instead of it using DOM methods to calculate it?