I would like to highlight the search results, when using the filter toolbar.
I tried to use the solution Oleg and Abhishek Simon provided here, but it is not working in
I don't use PHP myself. Anyway you should know the ID of the grid which you use on the page. If it is for example id="grid" then you can replace this with $("#grid")[0] inside of the code of the function.
id="grid"
this
$("#grid")[0]