【发布时间】:2018-01-23 22:14:01
【问题描述】:
您好,有没有在 jqgrid PHP 中导出序数列的选项(“rownumbers”=>true)? 或者也许有其他方法可以在导出期间生成此列?
提前致谢
$grid->setPdfOptions(array(
"page_orientation" => "L",
"grid_row_height"=>10,
"page_format"=>"A4",
"shrink_cell"=>false,
"reprint_grid_header"=>true,
"font_size_main"=>16,
"font_size_data"=>7,
"font_name_data"=>"freeserif",
"font_name_main"=>"freeserif",
"font_monospaced"=>"freeserif",
"header"=>true,
"margin_top"=>15,
"header_logo"=>"logo.gif",
"header_logo_width"=>40,
"header_title"=>$_COOKIE['data'],
"footer"=>true
));
【问题讨论】:
标签: php export-to-pdf jqgrid-php