I am grtting this error
Fatal error: Cannot use object of type jqgrid as array in C:xampphtdocslifestreamfamily_grid.php on line 151
this code is causing it…
// export XLS file
// export to excel parameters – range could be "all" or "filtered"
$grid["export"] = array("format"=>"xls",
"filename"=>"my-file",
"heading"=>"Export to Excel Test",
"range"=>"filtered");
I copied this froma demo.
what am I doing wrong,?
1 Answers
Your Answer