Repeated item in table

I have a dashboard connected to a PostgreSQL database, and one of its tables displays a list of products. However, I’m encountering an issue where some items appear repeated in the dashboard table, even though they are not duplicated in the database (I’ve thoroughly verified this multiple times).

What’s unusual is that when I filter for the affected SKUs, the table displays only a single record, as expected. Additionally, the repeated items do not impact the total count of rows; the database contains 1,175 records, and the table also shows exactly 1,175 elements.

If I sort the table by SKU, the issue disappears, and no duplicates are visible. This leads me to believe it might be a graphical rendering issue. Has anyone else experienced something similar?

1 Like