I\'m using PrimeFaces 3.0-M3 and I have a with two columns in it. I want the first column to be fixed at a width of 20px. The other column c
I just did the following (in V 3.5) and it worked like a charm:
<p:column headerText="name" width="20px"/>
can you try
<p:column width="20">