widget.NewTableWithHeaders() has bug? #5186
Unanswered
junmaqiang
asked this question in
Q&A
Replies: 2 comments
-
Please do not use a feature request form to submit a bug. It is unclear what bug you are reporting because tapping on a table will not cause it to refresh, it sounds like you have some code internally performing some data manipulation that is missing from this bug/feature report. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm moving this to a discussion. Let's use the bug report template with sufficient information when, and if, a bug has been found. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Checklist
Is your feature request related to a problem?
For example, a table has 10 entries, of which 1 is in state A, 2 are in state B, 3 are in state C, and 3 are in state D
So if the user clicks on state C and then clicks on state D, because both state C and state D have 3 pieces of data, the table content will not refresh.
This bug is:
If the same amount of data is given to the table, it will not refresh and will only refresh by clicking on the next cell
Is it possible to construct a solution with the existing API?
No response
Describe the solution you'd like to see.
This problem only occurs when the amount of data is the same.
Beta Was this translation helpful? Give feedback.
All reactions