From 237e6ad2cbb0fb6a7567037074a021e30d18759c Mon Sep 17 00:00:00 2001 From: catchonme Date: Mon, 26 Aug 2019 10:09:30 +0800 Subject: [PATCH] =?UTF-8?q?table=E6=98=BE=E7=A4=BA=E6=A0=8F=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E5=88=A0=E9=99=A4=E7=A9=BA=E7=99=BD=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/renderers/Chart.md | 2 ++ src/store/table.ts | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/renderers/Chart.md b/docs/renderers/Chart.md index 0474be5c8..0702a3f33 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 f93d61518..3497aca11 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' });