Open bmarotta opened 2 years ago
.clusterize-scroll
element's height must be limited by css properties: max-height
+ overflow: auto
https://github.com/NeXTs/Clusterize.js/blob/master/clusterize.css#L1-L7
Hi NeXTs,
Thanks for the tip. Looks better, but still not perfect. For some reason there is a big gap every ~200 rows (check screenshot). I took the random component from the test so that each row always grow by 2. You can check for yourself:
Thanks again
I'm afraid the plugin is not designed to work with rowspan
.
The only way to make it work as you want is to make the whole "Row" section in single <tr>
tag with nested table inside this <tr>
In the case where the rowspan is very big (apparently 4 times bigger than the rows_in_block), the cells in the last columns do not render.
An example can be seen here
https://codesandbox.io/s/clusterize-js-large-rowspan-f8ebl?file=/src/index.ts