提交 ee34a7c4 编写于 作者: cherry_toto's avatar cherry_toto

修复内链分页

上级 9fa3f891
......@@ -77,7 +77,17 @@
elem: '#fieldtable'
,height: 500
,url: '{fun U('Jzchain/index')}?ajax=1' //数据接口
,page: false //开启分页
,page: {
layout: ['limit', 'count', 'prev', 'page', 'next', 'skip']
,groups: 5
,first: true
,last: true
,count:500
,limit:10
,first: '首页'
,last: '尾页'
}
,cols: [[ //表头
{field: 'id', title: 'ID', width:100}
,{type:'checkbox'}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册