You need to sign in to do that
Don't have an account?

Highlighting or coloring a table row or cell
I would like to highlight or color either the cell or the entire row when a user clicks on a commandLink in a table. I'm currently using a VF pageBlockTable but want somehow for the user's selection to persist on screen while another part of the screen is redrawn. Also if the user clicks on a different row then the original cell/row should revert to the default color and the newly clicked cell/row should be changed.
Does anyone have any code snippets / suggestions ?
All Answers