function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Theresa MarshTheresa Marsh 

Conditional highlighting at column level

I have a pageblocktable where one of my columns has conditional highlighting.  That is working just fine, but I want that highlighting to stay even when the mouse hovers over that column's row.  I'm very new to visualforce, and web development in general, so struggle with these little things!  I see that when I mouse over rows in the table the entire row is highlighted, but I don't see any explicit code to make this happen so I guess it is the default behavior?  I don't mind that, but I don't want to lose the other highlighted color on that one column when the rest of the row is highlighted due to a mouse over.  If the column isn't highlighted, I still want it to change colors with the rest of the row during mouse over. How can I acheive this?

Thanks!
raj4cloudraj4cloud
please refer the sample code to mimic the data rows and columns with colors in visualforce.
https://developer.salesforce.com/page/Making_A_Spreadsheet_On_Force.com