最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

symfony - Is it possible to embed a CRUD within another CRUD using EasyAdmin? - Stack Overflow

programmeradmin6浏览0评论

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 :

发布评论

评论列表(0)

  1. 暂无评论