This commit is contained in:
贤心 2018-08-29 23:17:13 +08:00
parent d0abc90ff2
commit 26fe382d6f
4 changed files with 5 additions and 2 deletions

File diff suppressed because one or more lines are too long

2
dist/layui.all.js vendored

File diff suppressed because one or more lines are too long

View File

@ -183,6 +183,7 @@ layui.use('table', function(){
,page: {
}
//,loading: false
,totalRow: true
,limit: 30
,toolbar: '#toolbarDemo'

View File

@ -133,9 +133,11 @@ layui.define(['laytpl', 'laypage', 'layer', 'form', 'util'], function(exports){
,'{{# } }}'
,'<div class="layui-table-box">'
,'{{# if(d.loading){ }}'
,'<div class="layui-table-init" style="background-color: #fff;">'
,'<i class="layui-icon layui-icon-loading layui-icon"></i>'
,'</div>'
,'{{# } }}'
,'{{# var left, right; }}'
,'<div class="layui-table-header">'