alejandro-du / crudui

Automatically generate CRUD-like Vaadin views for any Java Bean
https://vaadin.com/directory#!addon/crud-ui-add-on
Apache License 2.0
86 stars 54 forks source link

Sectioning - CRUD #107

Open danielmoronta23 opened 2 years ago

danielmoronta23 commented 2 years ago

Greetings, Alejandro!

As a best practice, longer forms should be broken into smaller, more manageable, and user-friendly sections using subheadings, tabs, details. Each section should consist of content and/or related fields. Is this possible with this component?

alejandro-du commented 2 years ago

Not with the automatically generated forms, but you can implement your own CrudFormFactory. I'll leave this issue open as an enhancement.