怎样绑定数据到jQuery EasyUI的下DataGrid

 我来答
实验一下選g
2013-11-06 · TA获得超过297个赞
知道答主
回答量:100
采纳率:0%
帮助的人:91.6万
展开全部
前台: title jQuery EasyUI DataGrid /title link href= css/easyui.css rel= stylesheet type= text/css / link href= css/icon.css rel= stylesheet type= text/css / script src= js/jquery-1.4.4.min.js type= text/javascript /script script src= js/jquery.easyui.min.js type= text/javascript /script script type= text/javascript $(function () { $('#test').datagrid({ title: 'My Title', iconCls: 'icon-save', width: 500, height: 350, nowrap: fals striped: true, collapsible: true, url: 'datagrid_data.json', sortName: 'code', sortOrder: 'desc', remoteSort: false, idField: 'code', frozenColumns: [[ { field: 'ck', checkbox: true }, {field: 'BoardId', title: '栏目编号', width: 80, sortable: true, sorter: function (a, b) { return (a b ? 1 : -1); } }, ]], pagination: true, rownumbers: true, toolbar: [{ id: 'btnadd', text: 'Add', iconCls: 'icon-add', //相当于class,用于定义css 的 handler: function () { $('#btnsave').linkbutton('enable'); alert('add') } }, { id: 'btncut', text: 'Cut', iconCls: 'icon-cut', handler: function () { $('#btnsave').linkbutton('enable'); alert('cut') } }, '-', { id: 'btnsave', text: 'Save', disabled: true, iconCls: 'icon-save', handler: function () { $('#btnsave').linkbutton('disable'); alert('save') } }] }); var p = $('#test').datagrid('getPager'); if (p) { $(p).pagination({ onBeforeRefresh: function () { alert('before refresh'); } }); } }); /script /head
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式