Hello,
I would like to know how to hide master table in export detail, however i need to show the master cols in arbitrary html to set a custom heading. for example:
Mr (NAME var) is from gender (GENDER var) and works in (COMPANY var).
And here will show the grid detail table:
Id – Client_id – Invdate – Amount – Tax – Note – Total
Regards!
1 Answers
This demo shows how you can use custom pdf export from html code.
https://www.gridphp.com/demo/demos/export/export-detail.phps
This currently shows how to export master with detail data in nested table. You can modify html as per your need and adjust master and detail grid data.
Apologies for the delay.
Your Answer