From 8c62e6c1e57ae97f0cca72302e28177c417155c0 Mon Sep 17 00:00:00 2001 From: liaoxuezhi Date: Thu, 15 Aug 2019 16:31:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AA=E5=9B=BA=E5=AE=9A=20checkbox?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/table.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/store/table.ts b/src/store/table.ts index cfa444e1f..f93d61518 100644 --- a/src/store/table.ts +++ b/src/store/table.ts @@ -432,7 +432,7 @@ export const TableStore = iRendererStore columns.unshift({ type: '__expandme', toggable: false, - fixed: 'left', + // fixed: 'left', className: 'Table-expandCell' }); @@ -445,7 +445,7 @@ export const TableStore = iRendererStore columns.unshift({ type: '__dragme', - toggable: false, + // toggable: false, className: 'Table-dragCell' });