* [ui] remove flxedLeftWidth setting on dtable enabled custom cols.
This commit is contained in:
@@ -192,7 +192,6 @@ dtable
|
||||
(
|
||||
set::cols($cols),
|
||||
set::data(array_values($bugs)),
|
||||
set::fixedLeftWidth('0.44'),
|
||||
set::userMap($users),
|
||||
set::customCols(true),
|
||||
set::checkable($canBatchAction),
|
||||
|
||||
@@ -15,6 +15,7 @@ $config->execution->dtable->fieldList['nameCol']['title'] = $lang->execut
|
||||
$config->execution->dtable->fieldList['nameCol']['name'] = 'nameCol';
|
||||
$config->execution->dtable->fieldList['nameCol']['fixed'] = 'left';
|
||||
$config->execution->dtable->fieldList['nameCol']['type'] = 'nestedTitle';
|
||||
$config->execution->dtable->fieldList['nameCol']['width'] = '38%';
|
||||
$config->execution->dtable->fieldList['nameCol']['sortType'] = true;
|
||||
$config->execution->dtable->fieldList['nameCol']['minWidth'] = '356';
|
||||
$config->execution->dtable->fieldList['nameCol']['nestedToggle'] = true;
|
||||
|
||||
@@ -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')),
|
||||
|
||||
Reference in New Issue
Block a user