Skip to content

Conversation

@mofojed
Copy link
Member

@mofojed mofojed commented Jul 29, 2021

- Related to deephaven#37 and deephaven#697, there is some table functionality that does not work yet.
- Comment out the methods that do not currently work (shouldn't have an API that doesn't work).
- UI checks for the presence of the method for whether to show the option or not. When they are added back, they should appear in the UI again. See deephaven/web-client-ui#136
@mofojed mofojed added the bug Something isn't working label Jul 29, 2021
@mofojed mofojed added this to the July 2021 milestone Jul 29, 2021
@mofojed mofojed requested a review from niloc132 July 29, 2021 14:56
@mofojed mofojed self-assigned this Jul 29, 2021
mofojed added a commit to mofojed/web-client-ui that referenced this pull request Jul 29, 2021
- Related to deephaven/deephaven-core#931
- Rollup, column statistics already checked if the methods existed, just needed to add the same check for totals
@mofojed mofojed changed the title Comment out JsTable and JsTreeTable features that do not currently work. Remove @JsMethod from JsTable and JsTreeTable features that do not currently work. Jul 30, 2021
mofojed added a commit to deephaven/web-client-ui that referenced this pull request Jul 30, 2021
- Related to deephaven/deephaven-core#931
- Rollup, column statistics already checked if the methods existed, just needed to add the same check for totals
Copy link
Member

@niloc132 niloc132 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Arguably you should also just kill the getTreeTable call, anything else that can return a TreeTable from the idesession?

public Promise<JsTotalsTable> getTotalsTable(@JsOptional Object config) {
// TODO: #37: Need SmartKey support for this functionality
// @JsMethod
public Promise<JsTotalsTable> getTotalsTable(Object config) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that config is still optional, right?

public Promise<JsTotalsTable> getTotalsTable(@JsOptional Object config) {
// TODO: #37: Need SmartKey support for this functionality
// @JsMethod
public Promise<JsTotalsTable> getTotalsTable(Object config) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

still optional here, below

mofojed added 2 commits July 30, 2021 17:54
- Don't bother touching JsTreeTable, client won't be able to retrieve one anyway
- JsIgnore session.getTreeTable
- Add JsOptionals back but commented out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working NoDocumentationNeeded

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants