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
It looks like the value of attribute 'name' is rendered in header(just with first char uppercased) instead of 'header-text'
From demo project:
<v:VaadinGrid ui:field="grid" addStyleNames="fit" frozenColumns="1" columnReorderingAllowed="true" > <table> <colgroup> <col name="index" header-text="#" width='30' /> <col name="name" header-text="Name" width="150" resizable=""/> <col name="address" header-text="Address" hidable="" sortable="" resizable=""/> <col name="city" header-text="City" sortable="" hidable="" resizable=""/> <col name="zip" header-text="ZIP" sortable="" hidable="" width='90' resizable=""/> <col name="state" header-text="State" sortable="" hidable="" resizable=""/> <col name="country" header-text="Country" sortable="" hidable="" resizable=""/> </colgroup> </table> </v:VaadinGrid>
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It looks like the value of attribute 'name' is rendered in header(just with first char uppercased) instead of 'header-text'
From demo project:
Thanks!
The text was updated successfully, but these errors were encountered: