Hi Abu & Team,
Table 1 – Order Request
Table 2 – Order Details
Table 1 opened as master grid and table 2 opened as sub grid.
We want to add data in table 1 and table 2 using one php grid adding feature.
For ex- we have 1 order request named as OrderNo.12345 and 2 order details records named as product 1 and product 2.
Now, we want to open a single add form in gridphp, so that we can add 1 record in order request table and 2 records in orderdetails table.
Is there any way to achieve this functionality through gridphp? Please help.
Hello,
Yes, that’s doable using custom callback events.
https://www.gridphp.com/docs/grid-events/
https://www.gridphp.com/support/questions/custom-events-in-laravel/
Hi Abu,
Thank you so much for the response.
But I also want the GUI in gridphp, which can open an insert form on clicking of “add” button with 1st and 2nd table fields and add more rows feature for 2nd table i.e orderdetails tables.
Is this kind of form available in gridphp?
I’m afraid not. Currently it’s not supported in our product.