stroom
stroom copied to clipboard
I'd like to be able to show highlighted matches when using Table Column Filters and sQL Filters
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.