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

I'd like to be able to show highlighted matches when using Table Column Filters and sQL Filters #4391

Open
stroomdev10 opened this issue Jul 25, 2024 · 1 comment
Labels
enhancement A new feature or enhancement to an existing feature f:dash / query Issues relating to dashboards, queries, visualisations, etc.
Milestone

Comments

@stroomdev10
Copy link
Member

No description provided.

@stroomdev10 stroomdev10 added this to the v7.5 milestone Jul 25, 2024
@at055612 at055612 added f:dash / query Issues relating to dashboards, queries, visualisations, etc. enhancement A new feature or enhancement to an existing feature and removed bug labels Jul 25, 2024
@at055612
Copy link
Member

Could potentially do it in stroom.query.common.v2.ConditionalFormattingRowCreator#create(java.util.List<stroom.query.api.v2.Column>, stroom.query.common.v2.Item)

and add something like a List<Range> (or a List<Set<Range> if we need to support >1 match ranges in a cell) to stroom.query.api.v2.Row for the UI to render.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A new feature or enhancement to an existing feature f:dash / query Issues relating to dashboards, queries, visualisations, etc.
Projects
None yet
Development

No branches or pull requests

2 participants