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)
I have color settings where user can pick any color in settings, so it is not defined colors in order to have classes respectively, so in this case, I may not know what color is going to come for the cell in this case, how can we have className?
Is there any alternative to this? It would be great if you suggest any solution for this.
Thanks in advance!
There is also another way to fix this, that is cellProperties.renderer which works exactly what I wanted so more creating dynamic classes https://jsfiddle.net/subashdbc/t15qz784/28/