You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems that I see the same issue.
If I open Code Inspector for a flex-table card, I observe a permanent updating of the card:
See that flickering on the DOM tree.
Hi,
I have added a large table but after adding it the browser was so slow and found the cause to be flex table.
just added this
and in the chrome developer tools it is refreshing so many times in a second and it is redrawing the whole table.
I think
shouldUpdate(changedProps) {... }
function should helpThanks.
The text was updated successfully, but these errors were encountered: