Merge pull request #197 from catchonme/master

table显示栏配置删除空白选项
This commit is contained in:
liaoxuezhi 2019-08-26 10:11:42 +08:00 committed by GitHub
commit e61f1761be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'
});