stroom icon indicating copy to clipboard operation
stroom copied to clipboard

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

Open stroomdev10 opened this issue 1 year ago • 1 comments

stroomdev10 avatar Jul 25 '24 14:07 stroomdev10

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.

at055612 avatar Jul 25 '24 14:07 at055612