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

c# - OpenXML hanging while writing elements -

php - regexp cyrillic filename not matches -

sql - Select Query has unexpected multiple records (MS Access) -