From 9bc735b504c8da2569ec69e8e8ea9d5ed70ea216 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Sun, 12 Jun 2016 13:24:31 +0800 Subject: [PATCH] * set fixScroll to public. --- module/common/view/datatable.html.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/module/common/view/datatable.html.php b/module/common/view/datatable.html.php index e21c163bbc..baeae690b2 100644 --- a/module/common/view/datatable.html.php +++ b/module/common/view/datatable.html.php @@ -90,7 +90,10 @@ $(document).ready(function() }; setTimeout(function(){fixScroll()}, 500); }); + + + -