* [story #45383, done] support for sorting columns by drag and drop.

This commit is contained in:
sunhao
2024-07-04 08:54:39 +08:00
committed by 孙广明
parent 60e154fc71
commit c74a6a3f14
+3 -1
View File
@@ -123,8 +123,10 @@ class dtable extends wg
'resetGlobal' => array(
'url' => createLink('datatable', 'ajaxreset', "module={$app->moduleName}&method={$app->methodName}&system=1"),
'text' => $app->lang->datatable->resetGlobal
)
),
'saveFieldsUrl' => createLink('datatable', 'ajaxSaveFields', "module={$app->moduleName}&method={$app->methodName}&extra="),
));
$this->setProp('customCol', true);
}
}