I am currently utilizing the ui-grid
feature provided by . I have been experimenting with various methods, but due to my recent introduction to Angular, I find the documentation quite perplexing.
I have implemented a custom search tag system and my goal is to highlight a specific row based on user input.
To provide a clearer understanding of my objective, I have created a plunker showcasing the desired outcome.
http://plnkr.co/edit/hSiPmhFWjHqFWpru6y13
Upon entering a name in the input field that matches any entry in the table under the First Name
column, that particular row should be identified and its background color changed to red.