Table rows duplicating

Hi

Has anyone experienced this with tables? All rows duplicated? It goes away after a while annoying while its happening. The table has a bunch of sorting conditions, calculating all the data in the row and sorting by points, then goal difference. I’ll move the logic into a backend workflow in the future and store the pre-sorted table in the database, but for now I’m stuck with it.

Michael

Potential solution I would follow here -

Delay rendering until the data is reeady, Backend Workflow for sorting & storing pre-sorted data, Check data source binding, Debouncing user inputs, and optimize table re-rendering with conditional statements.

search results : unique elements

will ensure you don’t get dupes

This topic was automatically closed after 14 days. New replies are no longer allowed.