diff --git a/lib/zin/wg/dtable/v1.php b/lib/zin/wg/dtable/v1.php index 2ac3c60f72..7e4cd109b3 100644 --- a/lib/zin/wg/dtable/v1.php +++ b/lib/zin/wg/dtable/v1.php @@ -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); } }