Skip to content
New issue

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

Vaadin-grid header-text not working #136

Open
vitaliid opened this issue Oct 31, 2016 · 0 comments
Open

Vaadin-grid header-text not working #136

vitaliid opened this issue Oct 31, 2016 · 0 comments

Comments

@vitaliid
Copy link

vitaliid commented Oct 31, 2016

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant