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

GS-TABLE Issues #163

Open
crosstocci opened this issue Jul 5, 2023 · 1 comment
Open

GS-TABLE Issues #163

crosstocci opened this issue Jul 5, 2023 · 1 comment
Assignees

Comments

@crosstocci
Copy link
Contributor

Need to animate scroll, (need to give an accurate impression of distance moved) (but, always end at a record). This also needs to take into account how many records are showing, as certain gs-combos are skipping partial records in each scroll event.

Currently the GS-TABLE allows multiple updates in the air at the same time for the same cell, causing update conflicts with self (slow network).

Refreshing a gs-table that is loading data should interrupt the current refresh.

@crosstocci
Copy link
Contributor Author

Multiple updates: As mentioned in #140 I have added an update queue. Multiple updates to the same cell will pass along the lock column to prevent errors.

Double refreshing: As mentioned in #140 I have added a warning to help the developer prevent this problem. I have also made it so that refreshing will cancel if the select has not begun returning data.

This leaves scrolling, which I'm assigning to @michaeltocci.

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

2 participants