KrailOrg / krail

Rapid web app framework using Vaadin 8 integrated with Guice and Shiro
50 stars 19 forks source link

Extend configuration for Table view in Form #716

Open davidsowerby opened 5 years ago

davidsowerby commented 5 years ago

Currently limited to the defaults provided by constructor Grid(entityClass). Unwanted columns are just hidden

Grid(BeanPropertySet) might help although it is protected.