Hello, i created another grid an its happening a strange thing, if i click on the export button (PDF, EXCEL or CSV) it keeps exporting only in xls format. does anyone can understand whats going on?
“export_excel”=>true, // export excel button
“export_pdf”=>true, // export pdf button
“export_csv”=>true, // export csv button
“export_html”=>false, // export html button
“search” => “advance” // show single/multi field search condition (e.g. simple or advance)
)
);
$grid[“export”] = array(“format”=>”pdf”, “filename”=>”my-file”, “heading”=>”Gestão de tempos APP”);
$grid[“form”][“position”] = “center”;
$grid[“export”] = array(“format”=>”excel”, “filename”=>”my-file”, “heading”=>”Gestão de tempos APP”);
$grid[“form”][“position”] = “center”;
1 Answers
Your Answer