* Fix error for custom dtable col.

This commit is contained in:
caoyanyi
2023-09-12 17:08:27 +08:00
parent dfb3be43d7
commit 854aa569c2
+1 -1
View File
@@ -95,7 +95,7 @@ class datatableModel extends model
$fieldList = $this->getFieldList($module, $method);
if(empty($setting))
{
$setting = $this->formatFields($module, $fieldList);
$setting = $this->formatFields($module, $fieldList, !$showAll);
}
else
{