@ -16,13 +16,7 @@ export default {
// menu: "undo|redo|freezenrow|freezencolumn|download|share|chart|pivot",
// menu: "undo|redo|freezenrow|freezencolumn|download|share|chart|pivot",
data : [ { "name" : "Sheet1" , color : "" , "status" : "1" , "order" : "0" , "data" : [ ] , "config" : { } , "index" : 0 } , { "name" : "Sheet2" , color : "" , "status" : "0" , "order" : "1" , "data" : [ ] , "config" : { } , "index" : 1 } , { "name" : "Sheet3" , color : "" , "status" : "0" , "order" : "2" , "data" : [ ] , "config" : { } , "index" : 2 } ] , //客户端sheet数据[shee1, sheet2, sheet3]
data : [ { "name" : "Sheet1" , color : "" , "status" : "1" , "order" : "0" , "data" : [ ] , "config" : { } , "index" : 0 } , { "name" : "Sheet2" , color : "" , "status" : "0" , "order" : "1" , "data" : [ ] , "config" : { } , "index" : 1 } , { "name" : "Sheet3" , color : "" , "status" : "0" , "order" : "2" , "data" : [ ] , "config" : { } , "index" : 2 } ] , //客户端sheet数据[shee1, sheet2, sheet3]
title : "Luckysheet Demo" , //表格的名称
title : "Luckysheet Demo" , //表格的名称
// userInfo: '<i style="font-size:16px;color:#ff6a00;" class="fa fa-taxi" aria-hidden="true"></i> rabbit'
userInfo : false , // 右上角的用户信息展示样式,支持 1. boolean类型:false:不展示,ture:展示默认 '<i style="font-size:16px;color:#ff6a00;" class="fa fa-taxi" aria-hidden="true"></i> rabbit' ,2. HTML模板字符串或者普通字符串,如:'<i style="font-size:16px;color:#ff6a00;" class="fa fa-taxi" aria-hidden="true"></i> Lucky'或者'用户名', 3. 对象格式,设置 userImage:用户头像地址 和 userName:用户名 4. 不设置或者设置undefined同设置false
userInfo : {
isShow : false ,
str : '' ,
url : '' ,
username : '' ,
} , //右上角的用户信息展示样式
userMenuItem : [ { url : "www.baidu.com" , "icon" : '<i class="fa fa-folder" aria-hidden="true"></i>' , "name" : "我的表格" } , { url : "www.baidu.com" , "icon" : '<i class="fa fa-sign-out" aria-hidden="true"></i>' , "name" : "退出登陆" } ] , //点击右上角的用户信息弹出的菜单
userMenuItem : [ { url : "www.baidu.com" , "icon" : '<i class="fa fa-folder" aria-hidden="true"></i>' , "name" : "我的表格" } , { url : "www.baidu.com" , "icon" : '<i class="fa fa-sign-out" aria-hidden="true"></i>' , "name" : "退出登陆" } ] , //点击右上角的用户信息弹出的菜单
myFolderUrl : "www.baidu.com" , //左上角<返回按钮的链接
myFolderUrl : "www.baidu.com" , //左上角<返回按钮的链接
config : { } , //表格行高、列宽、合并单元格、公式等设置
config : { } , //表格行高、列宽、合并单元格、公式等设置