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

Applying a filter when tracking bottom of table should keep tracking bottom of table #2363

Open
mattrunyon opened this issue Feb 6, 2025 · 0 comments
Labels
enhancement New feature or request triage Issue requires triage

Comments

@mattrunyon
Copy link
Collaborator

When using a ticking table and tracking the bottom of the table, applying a filter resets the scroll state and quits following the bottom.

Example ticking table code. Scroll to bottom so new rows are ticking in and followed. Then apply a quick filter and the table resets to the top.

from deephaven import merge, ui
import deephaven.plot.express as dx

stocks = dx.data.stocks()
@mattrunyon mattrunyon added enhancement New feature or request triage Issue requires triage labels Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage Issue requires triage
Projects
None yet
Development

No branches or pull requests

1 participant