We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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>
The text was updated successfully, but these errors were encountered:
The columns attribute has a different meaning. Try colSpans="2,2,2,2,2,2" instead.
columns
colSpans="2,2,2,2,2,2"
Sorry, something went wrong.
ok thank you
No branches or pull requests
hi
when i use columns element in the panelGrid it don't work
The text was updated successfully, but these errors were encountered: