首页 > 网站 > WEB开发 > 正文

easyui的datagrid使用

2024-04-27 15:10:41
字体:
来源:转载
供稿:网友
$("#dg").datagrid({ url:'../content', title : '模块内容管理', iconCls : 'icon-ok', width : 600, pageSize : 20,//默认选择的分页是每页5行数据 pageList : [ 10, 15, 20 ],//可以选择的分页集合 nowrap : true,//设置为true,当数据长度超出列宽时将会自动截取 striped : true,//设置为true将交替显示行背景。 collapsible : true,//显示可折叠按钮 loadMsg : '数据装载中......', singleSelect:true,//为true时只能选择单行 fitColumns:true,//允许表格自动缩放,以适应父容器 });
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表