mirror of
https://gitee.com/layui/layui.git
synced 2025-10-15 18:55:04 +08:00
2.2.3
This commit is contained in:
@@ -186,7 +186,7 @@ layui.use('table', function(){
|
||||
,limit: 30
|
||||
,toolbar: '#toolbarDemo'
|
||||
,cols: [[
|
||||
{checkbox:true, fixed: 'left'}
|
||||
{type: 'checkbox', fixed: 'left'}
|
||||
,{field:'id', title:'ID', width:80, fixed: 'left', unresize: true, sort: true}
|
||||
,{field:'username', title:'用户名', width:120, edit: 'text', templet: '#usernameTpl'}
|
||||
,{field:'email', title:'邮箱', width:150}
|
||||
|
@@ -119,6 +119,7 @@ layui.use('upload', function(){
|
||||
elem: '#test2'
|
||||
,url: ''
|
||||
,multiple: true
|
||||
//,number: 3
|
||||
,size: 1024
|
||||
,before: function(obj){
|
||||
//预读本地文件示例,不支持ie8
|
||||
|
Reference in New Issue
Block a user