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

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

Open
jouni opened this issue Mar 23, 2017 · 1 comment
Open

Comments

@jouni
Copy link
Contributor

jouni commented Mar 23, 2017

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

@jouni
Copy link
Contributor Author

jouni commented Mar 23, 2017

From @Saulis on July 29, 2016 7:11

Hi!

Is this still a problem with the latest version of vaadin-grid?

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