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

Input filters do not apply to ui.table #1080

Open
mofojed opened this issue Jan 13, 2025 · 0 comments
Open

Input filters do not apply to ui.table #1080

mofojed opened this issue Jan 13, 2025 · 0 comments
Labels
bug Something isn't working triage

Comments

@mofojed
Copy link
Member

mofojed commented Jan 13, 2025

Description

Tables created with ui.table do not react to input filter changes

Steps to reproduce

  1. Create a table wrapped in a ui.table:
from deephaven import empty_table, ui

t1 = empty_table(100).update(["x=i", "y=i%3"])
t2 = ui.table(t1)
  1. From the Controls menu, add an Input Filter
  2. Select column y and enter 1

Expected results
3. t1 and t2 should both be filtered on y=1

Actual results
3. Only t1 is filtered

image

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

@mofojed mofojed added bug Something isn't working triage labels Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

1 participant