'h:dataTable Setting the width of the cell has no effect

In h:dataTable, set the width of the style of h:column, but it is invalid. The code is as follows:

<h:dataTable rowClasses="column50"

.column50 { max-width: 100px; }


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source