DIR : /home/kozerus/public_html/ko_center/js/jqgrid_demo35/speed.js.bak

/home/kozerus/public_html/ko_center/js/jqgrid_demo35

jQuery("#speed").jqGrid({        
   	url:'bigset.php',
	datatype: "json",
	height: 255,
	width: 600,
   	colNames:['Index','Name', 'Code'],
   	colModel:[
   		{name:'item_id',index:'item_id', width:65},
   		{name:'item',index:'item', width:150},
   		{name:'item_cd',index:'item_cd', width:100}
   	],
   	rowNum:200,
   	rowList:[100,200,300],
   	mtype: "POST",
	rownumbers: true,
	rownumWidth: 40,
	gridview: true,
   	pager: '#speedp',
   	sortname: 'item_id',
    viewrecords: true,
    sortorder: "asc",
	caption: "Using gridview mode",
	gridComplete : function() {
		var tm = jQuery("#speed").getGridParam('totaltime');
		$("#speed_div").html(tm+" ms ");
	}
	
});
//


koh5_pano



Your browser does not support the HTML5 canvas element.


Drag mouse to navigate.

Navigation





17.Aug.2010, Martin Wengenmayer