* finish task #4948.

This commit is contained in:
wangyidong
2018-09-27 10:52:54 +08:00
parent f8f85fd857
commit 25c19f97b3
13 changed files with 22 additions and 33 deletions
+1
View File
@@ -86,6 +86,7 @@ class datatableModel extends model
unset($setting[$key]);
continue;
}
if($set->id == 'actions') $set->width = $fieldList[$set->id]['width'];
$set->title = $fieldList[$set->id]['title'];
$set->sort = isset($fieldList[$set->id]['sort']) ? $fieldList[$set->id]['sort'] : 'yes';
}