Why does a button in a cell rerender each time? #2841
Unanswered
antoine4444
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have cells which displaying dynamic data and some other static data, including static buttons.
When new data are received (every 1s), dynamic data get updated and are rerender (this is normal)
but my button also get rerender while other static text are not.
Bellow you can see when new data arrives, column 1 and 4 are not rerender, but 2 (dynamic data) and 3 (button) are:

to display button I'm simply doing:
When having hundreds of rows, this is impacting performance of the application.
Beta Was this translation helpful? Give feedback.
All reactions