table显示栏配置删除空白选项

This commit is contained in:
catchonme 2019-08-26 10:09:30 +08:00
parent d5c08edd8e
commit 237e6ad2cb
2 changed files with 3 additions and 1 deletions

View File

@ -12,6 +12,8 @@
| interval | `number` | | 刷新时间(最低 3000) |
| config | `object/string` | | 设置 eschars 的配置项,当为`string`的时候可以设置 function 等配置项 |
| style | `object` | | 设置根元素的 style |
| width | `string` | | 设置根元素的宽度 |
| height | `string` | | 设置根元素的高度 |
```schema:height="350" scope="body"
{

View File

@ -445,7 +445,7 @@ export const TableStore = iRendererStore
columns.unshift({
type: '__dragme',
// toggable: false,
toggable: false,
className: 'Table-dragCell'
});