Collapsed Table rows get reset while viewing the table and data is being updated in the background. #2131
Unanswered
n-srinidhi
asked this question in
Q&A
Replies: 1 comment 4 replies
|
Group collapse can be controlled via Unfortunately, you would need to know which groups the user opened in order to update the table with properly open/collapsed rows. Please open a feature request to emit a group collapsed event on the table so that you can keep track of the current table state and update rows properly from within background job. Love the color theme btw :) |
4 replies
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.
Hi, I am displaying data using table groups and rows in Wave tables. There is a background process that is updating the data. When I have expanded the rows within a group, If the data buffers are updated in the background the rows are reset. Is there a way to avoid this? Maybe to not update the table whilst it is being viewed?
www_screencapture_com_2023-9-8_14_22.mp4
All reactions