jqGrid Tree
function treeGrid( jsonString ){ $('#gridtable').jqGrid({ datatype: 'jsonstring', //---변수에 담아 사용 시 필요 datastr: jsonString, //---변수에 담아 사용 시 필요 mtype: 'POST', loadui: 'disable', //---이거 안 써주니 로딩 창 같은게 뜸. height: 'auto', width: 300, treeGridModel: 'adjacency', //---이게 뭔지 모르겠다. treeGrid: true, ExpandColumn : 'NAME', //---해당 컬럼에 tree처리 ExpandColClick: true, tree_root_level: 0, treeIcons: {leaf:'ui-i..
jqGrid
2015. 1. 23. 20:14