Add other models index page to Create form page #663
-
What we are trying to achieve is |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @Cresta47, I'm struggling to understand what you need... So, you have a Booking CRUD, where you have a table with Bookings. And while creating a new Booking, you want to have access to other CRUDs data tables, is it right? For this, I don't believe there is a way to do it, and I don't think it is practical in terms of UI/UX.
Regarding this you can take a look at InlineCreate Operation. |
Beta Was this translation helpful? Give feedback.
Hi @Cresta47, I'm struggling to understand what you need...
So, you have a Booking CRUD, where you have a table with Bookings. And while creating a new Booking, you want to have access to other CRUDs data tables, is it right?
For this, I don't believe there is a way to do it, and I don't think it is practical in terms of UI/UX.
What I recommend you is to create a widget where you display those tables/entries in a succinct way, in order for it to fit the form, both ui and ux.
Regarding this you can take a look at InlineCreate Operation.