Hi All ,
For generating Pdf once the search is done i have added the button on basic search . and i am using tcpdf class for generating PDF .
now if i echo main_query in include/Listview/ListviewData.php
then i can see the full query genrated after search so my question is ?
is there any way where i can get that full query generated (including after search ) in view.list.php so i can pass a value to my other file where i am generating pdf using tcpdf class .
Thanks for your time and support