Exporting

loading data... loading data...
Name Supplier Price Sales %
26
95
33
47
16
98
7
82
53
65
Results: 1 - 10 of 12
Pages: |<< << 1, 2 >> >>|
Page size:
DataGrid allows easily export data to different formats.

Code:
##  *** initialize the session with session_start();
##  *** default exporting directory (requires write permissions): tmp/export/ 
/// $exporting_option = true;
/// $export_all = false;
/// $dgrid->AllowExporting($exporting_option, $export_all);
/// $exporting_types = array("csv"=>"true", "xls"=>"true", "pdf"=>"true", "xml"=>"true");
/// $dgrid->AllowExportingTypes($exporting_types);