Table grid conditional formatting
Hi All,
I have a requirement like , i need to pull the records from database and diplay in tabular format in jsp but i have o highlight the difference in column each row with different coding . any ready made solution with jquery ?
example : -
| col1 |
col2 |
col3 |
| test |
100 |
200 |
| test |
101 |
200 |
| test1 |
101 |
200 |
| test1 |
100 |
201 |