-
Notifications
You must be signed in to change notification settings - Fork 81
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
JS API should expose if a table is refreshing #4999
Conversation
replace this with handling many smaller snapshots
This reverts commit 46d77e1eeb3463621b28c381ffbaba545ce434f4.
97c40d1
to
cf04ac0
Compare
- Increased connect timeout to 1s - Added some sugar to some of the timeouts so they're easier to identify
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, though now I'm wondering why I specified JsTable.isRefreshing
as opposed to something like JsTable.isStatic
. Would isStatic
be a better name? Could see isRefreshing
being misconstrued as something else. Thoughts?
It looks like the server api exposes this as isRefreshing(), so it makes sense to me for the js client api to do the same - that's probably where you got the name? |
Fixes #4485