Tuesday 29 November 2011

PrimeFaces:datatable: set size of column

<p:dataTable id="footable" ...>
...
</p:dataTable>

/* Make 1st column equal to 20px */
.fooTable td:nth-child(1) {
  width: 20px;
}

No comments:

Post a Comment