Color change of table view

How can I highlight/background color change in table view. I want to change background color of some specific records in tableview based on some criteria.

Take a look at the onRender event, see this page for more info.

Thank you Joas