I am working on a Symfony 7 project that uses EasyAdmin 4 for the back-office. I have a Formation entity that can have multiple Prix.
In the creation and editing views of Formation, I would like to add a "Prix" tab containing an index and a CRUD EasyAdmin to manage (create and modify) the prices associated with the formation. How can I achieve this?
I have looked for tutorials but haven't found anything similar. I also tried to figure it out on my own, but it didn't lead to any conclusive results.I tried to use CollectionFields but the render is not what i'm looking for. Here's an example of what i'm trying to do :
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744244872a4564877.html
评论列表(0条)