You can change the some of the properties of a JSF data table on a Faces JSP page with EGL code.
import com.ibm.egl.jsf.*
table1 HtmlDataTable; table1 = viewRoot.findComponent("table1");
table1.setRowClasses("MyRowClass1");
table1.setRowClasses("MyRowClass1, MyRowClass2");
Related concepts
JSF component tree
viewRootVar property
Related tasks
Adding JSF component interface support to an EGL Web project
Accessing a JSF component from a pageHandler
Changing the style class of a JSF component
Changing the style of a JSF component
Changing the target of a JSF link
Enabling or disabling JSF components
Setting the size of a JSF image
Setting event handlers for a JSF component
Related reference
Component tree access parts