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
85 stars 54 forks source link

Custom column names #118

Closed aleksyXI closed 1 year ago

aleksyXI commented 1 year ago

Hello! Is there any way to set custom column captions? Bcz sometimes property name does not fit the needed column name.

alejandro-du commented 1 year ago

You can get a Grid object to get a Column and set the header. Please read the examples at https://vaadin.com/directory/component/crud-ui-add-on