-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
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
Labels
No labels