I'm developing logs viewer web program with Vue.js I receive log data with ajax and display it with Slickgrid.
What i need to do is highlighting keyword after searching. I found some examples highlighting whole cells or row but couldn't find highlighting specific keyword in cell.
ex)When i search a word 'cat', slickgrid shows cells which include 'cat'. And i need to highlight the word 'cat' in the cell.
Anyone knows how to do this? or any examples??
Thank you.