I have table with following structure

Whenever user click on checkbook and click on link “Compare Diff” table column should highlight if the value is different . Users can select two , once user select two out of three (or more than three) other row will hide and only comparing rows will be shown.
Edits:
How I can add class to colgroup > col if any of the value in that column is diffrent?
Or
How can I add class/highlight div of the selected row compared td?
1 Answer