diff --git a/docs/renderers/Chart.md b/docs/renderers/Chart.md index 0474be5c..0702a3f3 100644 --- a/docs/renderers/Chart.md +++ b/docs/renderers/Chart.md @@ -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" { diff --git a/src/store/table.ts b/src/store/table.ts index f93d6151..3497aca1 100644 --- a/src/store/table.ts +++ b/src/store/table.ts @@ -445,7 +445,7 @@ export const TableStore = iRendererStore columns.unshift({ type: '__dragme', - // toggable: false, + toggable: false, className: 'Table-dragCell' });