table highlighting
How can I dynamically highlight a table cell (a column row intersection) based on the value within that cell? I have a table bound to a mySql database table that is being refreshed in my jsp page prerender method. I would like to have the table cell highlighted (background color set) based on the value of the cell. I understand that I can set the entire columns color using the table columns properties, but this is not what I want to do.

