It should be possible. For example, using a ComboBox<Address>
.
New release: CrudUI Add-on 7.2.0.
- Fixes #127 (and #136) Binding Exception with Double type in GridCrud using NumberField (thanks Matti Tahvonen!)
- Fixes #125 - Not support LocalDateTime type (thanks Matti Tahvonen!)
- Fixes exception when using TreeGrid
- Fixes #133 - Translated captions (form titles)
- Fixes #135 - NullPointerException if all operations are sent null (thanks duclad!)
Hi,
Great component, would it be possible to add a filter in each column that would work with objects and other types of values.
Thanks!!
It is possible. Get the Grid
component via GridCrud::getGrid
and the HeaderRow
from there. Then you you can set a Component
on the header cell.