Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for rowDataUpdated (on_row_data_updated) is missing #57

Open
bertbarabas opened this issue Dec 20, 2024 · 1 comment
Open

Support for rowDataUpdated (on_row_data_updated) is missing #57

bertbarabas opened this issue Dec 20, 2024 · 1 comment

Comments

@bertbarabas
Copy link

Without this event it is not possible to update the row data and then to deterministically change anything else (e.g. set the selected rows).

For instance when I fetch more data, I first capture the row selection and then after updating the row data I restore the row selection since updating the row data causes the selection to be lost.

But there is a race condition where the row data update seems to take some time during which a subsequent setting of the row selection will be lost. Currently the way around that is to sleep for a while after sending the new row data and then send the row selection.

With support for on_row_data_updated I hope to be able to deterministically restore the selected rows after the row data is fully available.

Copy link

linear bot commented Dec 20, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant