From 653fb58e9b821f02f19414082ffea0972f7cf7d4 Mon Sep 17 00:00:00 2001 From: tianshujie98 Date: Thu, 7 Jan 2021 09:10:06 +0800 Subject: [PATCH] * Finish task #8924. --- module/common/view/datatable.html.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/module/common/view/datatable.html.php b/module/common/view/datatable.html.php index 9fea3a1523..65b513da25 100644 --- a/module/common/view/datatable.html.php +++ b/module/common/view/datatable.html.php @@ -58,8 +58,11 @@ var datatableOptions = }; /** - * Init datatable - * @return {void} + * Init datatable. + * + * @param int $datatable + * @access public + * @return void */ function initDatatable($datatable) {