Hello, my app consists of multiple tabs (Angular Material) and multiple instances of ‘hot-table’ (bound to different data sets).
While all data appear correctly in all tables, I’m experiencing two issues with rendering:
Gridlines are not rendered around some cells.
Table with column type=“checkbox” is rendered with displaced rows (every row is offset by increasing number of pixels). Easily visible on the attached screenshot: row #12 is not aligned with its row header.
I have the same result on Chrome 77 if I use the 125% zoom (unfortunately a known issue). Especially when all the newer devices that work on Windows set the 125% as the default value so some of the users even do not know it’s there.
Please check this topic https://github.com/handsontable/handsontable/issues/3118
I will update you as soon as we get this one fixed.