I'd like to insert the property(string) of an embedded object with addColumn.
My code is just :
tarifsLignesGrid.addColumn(TarifsLignes::getProducts).setCaption(TITRE_PRODUITS)
the getProduct return a Product entity in which I'd like to take the name property instead of the toString.