Column with filterBy field

UI Components for JSF
Post Reply
saprobionte
Posts: 80
Joined: 20 Jun 2011, 15:46

27 Jul 2011, 11:27

Hi,

I'm experiencing a weird result in my web page.

I'm trying to resize one column of a datatable :

Code: Select all

<p:column style="width:32px" filterBy="#{patstu.mods_in_study}">
                            <f:facet name="header">
                                <h:outputText value="Mod." />
                            </f:facet>
                            <h:outputText value="#{patstu.mods_in_study}" />
                        </p:column>
The column is correctly fit, but the filterBy field keep its size :

Image

Is there a way to reduce the filterBy size ?
PF 3.0RC1 , JSF 2.0, Tomcat 7, NetBeans 7.0

saprobionte
Posts: 80
Joined: 20 Jun 2011, 15:46

27 Jul 2011, 13:49

I found myself the problem, I use the filterStyle and that works perfectly :)
PF 3.0RC1 , JSF 2.0, Tomcat 7, NetBeans 7.0

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 26 guests