| | |
| | | field: 'tableMode', |
| | | label: '加载模式', |
| | | initval: wrap.tableMode || 'compatible', |
| | | tooltip: '使用急速模式时,表格中的标记、双击事件、格式化、行合并、前缀、后缀、字段透视等效果将无效,且数据都会以文本格式显示。', |
| | | tooltip: '使用急速模式时,表格中的标记、双击事件、格式化、行合并、列合并、前缀、后缀、字段透视等效果将无效,且数据都会以文本格式显示。', |
| | | required: false, |
| | | options: [ |
| | | {value: 'compatible', label: '兼容'}, |
| | |
| | | }, |
| | | { |
| | | type: 'number', |
| | | field: 'btnlimit', |
| | | label: '按钮限制', |
| | | initval: wrap.btnlimit || '', |
| | | tooltip: '按钮数量限制,超出的按钮会在更多中下拉显示,注:更多中的按钮不要绑定双击事件。', |
| | | min: 3, |
| | | max: 3000, |
| | | precision: 0, |
| | | required: false |
| | | }, |
| | | { |
| | | type: 'number', |
| | | field: 'height', |
| | | label: '表格高度', |
| | | initval: wrap.height || '', |