* [ui] remove flxedLeftWidth setting on dtable enabled custom cols.

This commit is contained in:
sunhao
2024-08-09 08:39:06 +08:00
committed by 刘刚
parent b665b44aed
commit 866bd6c940
3 changed files with 1 additions and 2 deletions
-1
View File
@@ -82,7 +82,6 @@ dtable
set::cols($setting),
set::data($tableData),
set::checkable($canBatchAction),
set::fixedLeftWidth('44%'),
set::customCols(true),
set::footToolbar($footToolbar),
set::onRenderCell(jsRaw('window.onRenderCell')),