Skip to content

grid is not visible if placed inside a horizontal panel or dock panel #147

@jouni

Description

@jouni

From @rakesh-roshan on May 15, 2016 2:51

<g:DockPanel>
        <g:Dock direction="CENTER" size="100px">
        <g:FlowPanel>
            <v:VaadinGrid ui:field="roleTable" selection="single">
              <table>
                <colgroup>

                  <col name="name" header-text="{commonMsg.labelName}" width="150" sortable=""/>
                  <col name="description" header-text="{commonMsg.labelDescription}" width="150" sortable=""/>
                  <col name="name" header-text="{commonMsg.labelActions}" hidable=""/>
                </colgroup>
                <thead>
                    <tr>
                        <th>Name</th>
                        <th>Description</th>
                        <th>Action</th>
                    </tr>
                </thead>
              </table>
            </v:VaadinGrid>
</g:FlowPanel>
        </g:Dock>   
</g:DockPanel>

This grid is not visible

Copied from original issue: vaadin/vaadin-grid#367

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