Hi everyone i have a StandardDetailsView created from my entity and i need to add a vaadin grid component. Is there a way to achieve this?
Hello Federico, why wouldn’t you want to integrate the native Jmix dataGrid component?
https://docs.jmix.io/jmix/flow-ui/vc/components/dataGrid.html
https://demo.jmix.io/ui-samples/sample/data-grid-simple
Because i already had the grid component developed in vaadin
Hi,
You can use any Vaadin component from the view controller, e.g. take a look at the docs:
https://docs.jmix.io/jmix/flow-ui/vc/creating-components/vaadin-addon.html
If you want to integrate any UI component to Jmix UI, i.e. add support for XML and Studio, take a look at this doc page:
https://docs.jmix.io/jmix/flow-ui/vc/creating-components/integrating-into-jmix-ui.html
Also, pay attention that DataGrid
extends Vaadin’s Grid
.
Regards,
Gleb