We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ui.table
Description
Tables created with ui.table do not react to input filter changes
Steps to reproduce
from deephaven import empty_table, ui t1 = empty_table(100).update(["x=i", "y=i%3"]) t2 = ui.table(t1)
y
1
Expected results 3. t1 and t2 should both be filtered on y=1
t1
t2
y=1
Actual results 3. Only t1 is filtered
Versions Engine Version: 0.37.1 Web UI Version: 0.99.2 Python Version: 3.12.3 Java Version: 11.0.25 Groovy Version: 3.0.22 Barrage Version: 0.7.2 Browser Name: Chrome 131 User Agent OS: Linux @deephaven/js-plugin-ui: 0.24.0 @deephaven/js-plugin-plotly-express: 0.12.1 @deephaven/js-plugin-matplotlib: 0.5.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Tables created with
ui.table
do not react to input filter changesSteps to reproduce
ui.table
:y
and enter1
Expected results
3.
t1
andt2
should both be filtered ony=1
Actual results
3. Only
t1
is filteredVersions
Engine Version: 0.37.1
Web UI Version: 0.99.2
Python Version: 3.12.3
Java Version: 11.0.25
Groovy Version: 3.0.22
Barrage Version: 0.7.2
Browser Name: Chrome 131
User Agent OS: Linux
@deephaven/js-plugin-ui: 0.24.0
@deephaven/js-plugin-plotly-express: 0.12.1
@deephaven/js-plugin-matplotlib: 0.5.0
The text was updated successfully, but these errors were encountered: