Hi how do i apply the ccs style for the filter inputbox in a primefaces datatable, trying to use filterstyle this way:
<p:column styleClass="placaColumna" filterStyle="width=16px" headerText="Placa" filterBy="#
{bandeja.placa}"><h:outputText value ="#{bandeja.placa}"/></p:column>
thanks :D
Your inline style CSS syntax is incorrect. It should be like this.
filterStyle="width: 16px;"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With