proveyourselfthom
Newbie

Posts: 4
|
 |
« on: June 02, 2010, 10:10:54 AM » |
|
Hi, When I click in the pdf export button, in PHP, I can access $_POST['__gt_html'] with the grid content:
But when I click in csv, xml or xls export button, $_POST['__gt_html'] doesn't exist. There is only $_POST['_gt_json'] position: How do I get the table data, to export as csv, xml or xls? Thank you.
|