Hi Team,
I’m currently working with the Bryntum TaskBoard component in an Angular application. I’m utilizing the filterBar feature for simple column-based search functionality. By default, the filter is applied to all columns, but I’d like to restrict the filtering to a specific column only (e.g., "DONE" column).
Additionally, when a search term is entered, the matching rows are filtered correctly, but I would also like the searched text to be highlighted within the task content, as shown in the attached screenshot.
Could you please guide me on:
How to enable column-specific search using filterBar?
How to implement text highlighting for matched search terms within the task items?
Looking forward to your guidance.
Thanks