Replies: 3 comments 4 replies
-
Also here, I can see that the |
Beta Was this translation helpful? Give feedback.
0 replies
-
If it helps, I am on
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Just adding items to the data won't make anything change on the UI, you'll need to share what code is being executed on the Fyne side to understand where slowdown might occur. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is how I am creating the table
and to update the rows, I listen to a kafka topic and add each message into the the
topicMessages
array.Please watch the video to see the behaviour when I load data into it. Scrolling takes a while to respond after I stopped loading data.
https://youtu.be/3h7Jz1TpypU
~76K rows in total.
Can I get some guideline on how to deal with this usecase?
Beta Was this translation helpful? Give feedback.
All reactions