NeXTs / Clusterize.js

Tiny vanilla JS plugin to display large data sets easily
https://clusterize.js.org
MIT License
7.22k stars 412 forks source link

Row height being different? #182

Open Heath123 opened 3 years ago

Heath123 commented 3 years ago

The FAQ says this:

Should rows be the same height? This is not critical, but it's highly recommended that the rows are the same height. Row height is determined during initialization, picking some of the first rows and then using those for all calculations.

I'm confused about what this means - so if only a few rows are used, then surely if every row is a different height then that will only work as an approximation and it will look wrong? So that would mean it is critical? I want to use this to load comments and each comment might have a different number of lines

Heath123 commented 3 years ago

https://github.com/NeXTs/Clusterize.js/issues/62 Looks like it won't work then