Datatable - highlighting a row
Hello friends, I am looking for the help in the following scenario.
My datatable displays last names as data.
For example, I have 2 rows in my datatable with the following data
Jones
Josten
I have an inputText control on my page.
If the user types either Jo, Jon or Jones, in the inputText , it should highlight the first row
Similarly, if the user types either Jos or Josten, in the inputText , it should highlight the second row.
If anybody has an example code please help me. Thanks in advance.

