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

JS API should expose if a table is refreshing #4999

Merged
merged 48 commits into from
Jan 18, 2024

Conversation

niloc132
Copy link
Member

Fixes #4485

Copy link
Member

@mofojed mofojed left a 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?

@niloc132
Copy link
Member Author

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?

@niloc132 niloc132 merged commit ca5751c into deephaven:main Jan 18, 2024
19 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jan 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose isRefreshing property through JS API
5 participants