Hi Grocery Crud experts!
My scenario is like that:
I have a table of Clients and a General table of Orders which is the main dashboard of Grocery CRUD.
Whenever I used a different framework for working with database (Orders) and input non-existing Client inside the joined Orders table, I received a prompt to Add or Cancel Adding "New Client" into Clients table.
Now I need to realize the same thing in GC.
My Orders table contains Clients from joined table and Clients are displayed in a drop-down box. I need to make possibility to add Clients straight from my central table. Is this possible?
Thank you!