Hi is there any option to export ordinal numbers column in jqgrid PHP ("rownumbers"=>true)? Or maybe there is other way to generate this column durring export?
Thanks in advance
$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
));