Table display breaks after some updates
Summary
Intermittent issue! May be hard to reproduce. But seen several times on different tables.
Steps to reproduce:
- Go to products table (qms) where 1 product already exists
- Create a new product
Note: similar issue also been seen in tables in the contacts app.
Actual Result
The existed product is not displayed anymore - only the row frame.
Expected Result
Both products are displayed in the table correctly
Note: refresh fixes the issue
Zinovyev Alexeydid you check for browser console for any errors?
I cannot remember for sure. Either I forgot to check or there were no errors in the console.
I’ve just managed to reproduce the issue. There are no errors in the browser console. The problem is related to lazy loading, when we add a new row and row index is higher or equal current rows limit, then the row is rendered, but cells in the row are not.
The best way to reproduce is to start from empty table, add first item, and then add second item. After this the table breaks.