摘要:
//数据表格 <div class="gridPanel" style="width:100%;"> @* 数据表格 *@ <table id="gridList" style="width:100%;height:1px"></table> @* 分页 *@ <div id="gridPager" 阅读全文
摘要:
colModel: [ { name: '列名称', index: '列名称', width: 65, sortable: true, resizable: false, cellattr: addCellAttr }] function addCellAttr(rowId, val, rawObj 阅读全文
摘要:
jQGrid动态列 $.jgrid.gridUnload("gridList"); 阅读全文