You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
674 B
34 lines
674 B
5 years ago
|
const luckysheetConfigsetting = {
|
||
|
autoFormatw: false,
|
||
|
accuracy: undefined,
|
||
|
total: 0,
|
||
|
|
||
|
allowCopy: true,
|
||
|
showtoolbar: true,
|
||
|
showinfobar: true,
|
||
|
showsheetbar: true,
|
||
|
showstatisticBar: true,
|
||
|
pointEdit: false,
|
||
|
pointEditUpdate: null,
|
||
|
pointEditZoom: 1,
|
||
|
|
||
|
userInfo: null,
|
||
|
userMenuItem: [],
|
||
|
myFolderUrl: null,
|
||
|
functionButton: null,
|
||
|
|
||
|
showConfigWindowResize: true,
|
||
|
enableAddRow: true,
|
||
|
enableAddCol: true,
|
||
|
enablePage: true,
|
||
|
pageInfo: null,
|
||
|
|
||
|
|
||
|
editMode: false,
|
||
|
chartConfigChange: null,
|
||
|
beforeCreateDom: null,
|
||
|
fireMousedown: null,
|
||
|
plugins:[]
|
||
|
}
|
||
|
|
||
|
export default luckysheetConfigsetting;
|