Go to my github
摘要: //数据表格 <div class="gridPanel" style="width:100%;"> @* 数据表格 *@ <table id="gridList" style="width:100%;height:1px"></table> @* 分页 *@ <div id="gridPager" 阅读全文
posted @ 2021-02-06 16:13 峡谷少爷 阅读(343) 评论(0) 推荐(0) 编辑
摘要: colModel: [ { name: '列名称', index: '列名称', width: 65, sortable: true, resizable: false, cellattr: addCellAttr }] function addCellAttr(rowId, val, rawObj 阅读全文
posted @ 2021-02-06 09:41 峡谷少爷 阅读(1094) 评论(0) 推荐(0) 编辑
摘要: jQGrid动态列 $.jgrid.gridUnload("gridList"); 阅读全文
posted @ 2021-02-06 08:55 峡谷少爷 阅读(419) 评论(0) 推荐(0) 编辑