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.
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.