BootsFaces icon indicating copy to clipboard operation
BootsFaces copied to clipboard

panelGrid columns error

Open mostfa-ayad opened this issue 9 years ago • 2 comments

hi when i use columns element in the panelGrid it don't work

                <b:panelGrid columns="6" >
                <p:outputLabel  value="مدين"/>
                <p:outputLabel  value="#{journalMovePage.debit}"/>
                <p:outputLabel  value="دائن"/>
                <p:outputLabel value="#{journalMovePage.credit}"/>
                <p:outputLabel  value="الفرق"/>
                <p:outputLabel value="#{journalMovePage.debit-journalMovePage.credit}"/>
                </b:panelGrid>

mostfa-ayad avatar Jan 20 '16 12:01 mostfa-ayad

The columns attribute has a different meaning. Try colSpans="2,2,2,2,2,2" instead.

stephanrauh avatar Jan 20 '16 19:01 stephanrauh

ok thank you

mostfa-ayad avatar Jan 21 '16 12:01 mostfa-ayad