Hi Abu,
can you perhaps give a short example how to bring a calculated column value into an exported xls or pdf?
I found nothing in the demos.
regards
Michael
1 Answers
Please refer demo demos/appearance/calc-column.php
Code: http://www.phpgrid.org/demo/demos/appearance/calc-column.phps
In this code $e["on_render_pdf"] = array("set_pdf_format", null); is not required. It should export as expected with just on_data_display event.
If it is not working for you, let me know for update.
Your Answer