* Fix dtable bug.

This commit is contained in:
sunguangming
2023-06-13 14:44:16 +08:00
parent a93f08bf50
commit 0661c3ef56
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -139,6 +139,7 @@ class datatable extends control
if(empty($setting))
{
$cols = $this->datatable->getFieldList($module);
$cols = $this->datatable->formatFields($cols, false);
}
else
{