Is there a way to left align the first column and right align the second column of a <h:panelGrid>
? I've attempted to assign a class to elements in the first column for left alignment, but as they are outputText elements nested in a span inside the table, this method doesn't work. Is it possible to directly assign a class to the actual <td>
element of the first column in the panelGrid?