Hello Sir,
I just Starting Using GROCERY CRUD
I like it a lot
but I am facing Some Issues
The First ONe is
When I am using Export and Print with GET and POST data in Function It is showing no Data
I am Using a Form which sends a actionrequest to Controller-->Function with get data in URL
It is showing the Data in Table but when I am clicking on Print It Shows Empty
I have verified that this error is due to I am using GET Data in Function and Print is not taking that GET Data
Case 1: When Print Not Showing any Data
Attachment:- 1.png
Case 2:- Print Showing Data when I add "?customer_id=1" in URL
Attachment:- 2.png
This Shows that due to GET data not being sent from function to Print Button URL
Please suggest a solution for this
Below is my Controller Code