DIR : /home/kozerus/public_html/ko_center/js/jqgrid_demo35/treegrid.js

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

jQuery("#treegrid").jqGrid({
   	url: 'server.php?q=tree',
	treedatatype: "xml",
	mtype: "POST",
   	colNames:["id","Account","Acc Num", "Debit", "Credit","Balance"],
   	colModel:[
   		{name:'id',index:'id', width:1,hidden:true,key:true},
   		{name:'name',index:'name', width:180},
   		{name:'num',index:'acc_num', width:80, align:"center"},
   		{name:'debit',index:'debit', width:80, align:"right"},		
   		{name:'credit',index:'credit', width:80,align:"right"},		
   		{name:'balance',index:'balance', width:80,align:"right"}		
   	],
	height:'auto',
	pager : jQuery("#ptreegrid"),
   	imgpath: gridimgpath,
    treeGrid: true,
	ExpandColumn : 'name',
	caption: "Treegrid example"
});
//


koh5_pano



Your browser does not support the HTML5 canvas element.


Drag mouse to navigate.

Navigation





17.Aug.2010, Martin Wengenmayer