Hi,
When I load more the content into the table, and try to scroll down and up I get to see this strange issue,
table.js?b215:627 Uncaught Error: TR was expected to be rendered but is not
at MasterTable.getCell (table.js?b215:627)
at Walkontable.getCell (core.js?1533:113)
at TableView.getCellAtCoords (tableView.js?df81:161)
at Core.getCell (core.js?cf0b:2143)
at ColumnSettings.cells (Index.vue?b484:695)
at Core.getCellMeta (core.js?cf0b:2665)
at Core._getColWidthFromSettings (core.js?cf0b:3050)
at Core.getColWidth (core.js?cf0b:3091)
at ColumnUtils.getWidth (column.js?6ecd:48)
at MasterTable.getColumnWidth (table.js?b215:952)
the version that I use is,
“@handsontable/vue”: “^4.1.1”,
“handsontable”: “^7.2.2”
How to fix this? Thanks in advance!