I use ui-grid
from http://ui-grid.info/. I've tried many things already, but the docs are confusing for me (since I started learning angular recently).
I do custom search tag system and I want to highlight the one of the rows based on user's input.
I made a plunker to make it easier for you to understand what I need to accomplish.
http://plnkr.co/edit/hSiPmhFWjHqFWpru6y13
If you fill an input with a name that matches any name in the table
in First Name
column, it should get the row that contains this name
and make it's background red.