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
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
The text was updated successfully, but these errors were encountered:
From @Saulis on July 29, 2016 7:11
Hi!
Is this still a problem with the latest version of vaadin-grid?
vaadin-grid
Sorry, something went wrong.
No branches or pull requests
From @rakesh-roshan on May 15, 2016 2:51
This grid is not visible
Copied from original issue: vaadin/vaadin-grid#367
The text was updated successfully, but these errors were encountered: