mirror of
https://gitee.com/layui/layui.git
synced 2025-04-04 23:39:34 +08:00
更新 laypage 用例
This commit is contained in:
parent
2cd5c1a254
commit
f579596cb2
@ -106,6 +106,10 @@ layui.use(['laypage', 'layer'], function(){
|
||||
,count: 100
|
||||
//,groups: 0
|
||||
,layout: ['count', 'prev', 'page', 'next', 'limit', 'refresh', 'skip', ]
|
||||
/*,limitTemplet: function(item) {
|
||||
return item + ' / page';
|
||||
}*/
|
||||
// ,skipText: ['Go to', '', 'Confirm']
|
||||
,jump: function(obj){
|
||||
console.log(obj)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user