jsf 2 - I would like to know how I can make shorter the text box filter by columns in primefaces Datatable -


i know how can make shorter text box filter columns in primefaces datatable. columns this:

 <p:column style="width:10%" sortby="#{item.tipofacturautil.esmercantil}"      filterby="#{item.tipofacturautil.esmercantil}" filtermatchmode="contains">     <f:facet name="header">         <h:outputtext value="mercantil"/>     </f:facet>     <h:outputtext value="#{(item.tipofacturautil.esmercantil) eq true ? 'si':'no'}"/>  </p:column> 


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -