qlik-oss / sn-table

table supernova for nebula.js
https://qlik.dev/libraries-and-tools/visualizations/table
MIT License
6 stars 14 forks source link

fix: big table dont render properly #1064

Closed cbt1 closed 1 year ago

cbt1 commented 1 year ago

The failure to render a cells has to do with the max element dom size being exceeded. This PR just lowers the max allowed size. Where the consequence of that, is that instead of rendering some rows with 3 lines of text, it may now render them with only 1 or 2 lines.

There is a need to take an in-depth look at this and fix the issue in a far more dynamic way. But that is a much much larger and risky change. So this PR takes the easy path that may not work for every browser and machine combination.

big-table-render-error