You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

PotusCrud.html 475B

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