You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered: