redash
redash copied to clipboard
Add search term highlighting in table results
trafficstars
What type of PR is this?
- [ ] Refactor
- [x] Feature
- [ ] Bug Fix
- [ ] New Query Runner (Data Source)
- [ ] New Alert Destination
- [ ] Other
Description
When viewing large datasets, it's difficult to quickly locate search matches. I've added text highlighting for better readability, which currently applies to all searchable columns. I propose making this highlighting feature configurable. Looking for feedback on implementing this as an optional setting.
UI
This is a cool feature. Can you please use the <mark> tag, which is designated for this use-case, and will let the front-end appropriately decide how to style the text to highlight?