Skip to content

Vaadin-grid header-text not working #136

@vitaliid

Description

@vitaliid

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions