上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 29 下一页
摘要: function loadData(pars, url) { $('#data').datagrid({ url: url, ........ ........ 阅读全文
posted @ 2017-05-15 11:00 人生为卒 阅读(1143) 评论(0) 推荐(0) 编辑
摘要: $("#dataGridID").datagrid({ title: "新标题"}); 阅读全文
posted @ 2017-05-15 09:12 人生为卒 阅读(445) 评论(0) 推荐(0) 编辑
摘要: 转载:http://www.thinksaas.cn/topics/0/423/423869.html Demo 实例: 阅读全文
posted @ 2017-05-08 16:43 人生为卒 阅读(474) 评论(0) 推荐(0) 编辑
摘要: Demo 转载:http://www.cnblogs.com/hantianwei/archive/2009/09/21/1571264.html 未测试 阅读全文
posted @ 2017-05-08 14:42 人生为卒 阅读(9287) 评论(0) 推荐(0) 编辑
摘要: <table id="DataList" title="查询结果"></table> $('#DataList').datagrid('loadData',{total:0,rows:[]}); 阅读全文
posted @ 2017-05-08 14:01 人生为卒 阅读(856) 评论(0) 推荐(0) 编辑
摘要: 转载 : http://www.cnblogs.com/blsong/archive/2009/12/14/1623449.html 阅读全文
posted @ 2017-05-03 17:28 人生为卒 阅读(1579) 评论(0) 推荐(0) 编辑
摘要: <input name="SN" id="searchSN" style="width:100%" type="text" class="easyui-textbox filewidth_n" value="@Model.SN" data-options="required: true, valid 阅读全文
posted @ 2017-04-25 16:57 人生为卒 阅读(347) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-04-24 15:16 人生为卒 阅读(349) 评论(0) 推荐(0) 编辑
摘要: , onLoadSuccess: function (data) { //添加“合计”列 DataLstdg.thisdg.datagrid('appendRow', { DPPRTN: '合计', ... 阅读全文
posted @ 2017-04-21 10:54 人生为卒 阅读(733) 评论(0) 推荐(0) 编辑
摘要: var submitform = $('#SearchForm'); var dd = toParsModel(submitform.serializeArray()); 阅读全文
posted @ 2017-04-21 10:03 人生为卒 阅读(727) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 29 下一页