blob: dde60652e5b6fa4e8ad49d5efdd95b1f1531f613 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<head>
<meta name="package-mapping" content="x:com.vaadin.tests.declarative"/>
</head>
<body>
<vaadin-vertical-layout size-full margin="true" spacing>
<vaadin-horizontal-layout spacing margin width-full>
<vaadin-label size-auto>POTUS Database</vaadin-label>
<vaadin-button :expand _id="addNew">Add new</vaadin-button>
</vaadin-horizontal-layout>
<vaadin-table _id="potusList" :expand selectable size-full/>
<x-potus-form _id="potusForm" />
</vaadin-vertical-layout>
</body>
|