Skip to content
This repository has been archived by the owner on May 13, 2023. It is now read-only.

On Stream: The new updated value/row is always replacing the first element of return List of rows. #78

Closed
nitheshb opened this issue Dec 30, 2021 · 1 comment · Fixed by #82

Comments

@nitheshb
Copy link

nitheshb commented Dec 30, 2021

The return stream rows on change is misbehaving.

Lets assume we are trying to stream the table with 5 records and displaying in ListviewBuilder.
Problem: when we change a column in row 2 then the return list is containing the new changed row by replacing the first record & keeping the old record unchanged .

which means the length of object === 5(count of records) but first row will be the changed record which the old record still exists in the returned object of length 5.

WhatsApp.Video.2021-12-30.at.6.16.46.PM.mp4
@Vinzent03
Copy link
Contributor

Duplicate of #74 . I explained the reason there.

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

Successfully merging a pull request may close this issue.

2 participants