How to highlight searched text in data table

I wrote a customized search function using UI builder, search certain key words for column data. is there anyway I can highlight the searched words when displaying in data table on front end?

Hello @Eva_Software

Can you describe in more detail what you want to receive and what you do?

Regards

The question asked by the OP just came to my mind a few minutes ago.

My idea, Viktor, would be:
. I type a word into the filter for a column in data table (e.g., the word “victory”)
. The Data Table returns only rows in which the filtered column contains the word “victory”
. The word “victory” is highlighted in each row in the filtered column (e.g., with a yellow background)

Thanks.