From f9c280c6bf0c3dfc136401e92feb4f66fe2d30d0 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Mon, 26 Feb 2018 14:05:10 +0900 Subject: [PATCH] Update tablewiz.php --- helper/tablewiz.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/tablewiz.php b/helper/tablewiz.php index 532eb0e..4ef14fc 100644 --- a/helper/tablewiz.php +++ b/helper/tablewiz.php @@ -17,7 +17,7 @@ if(!function_exists("tablewiz_cut_str")) { } if(!function_exists("tablewiz_create")) { - function tablewiz_create($rows, $bind=array(), $domid="", $domclass="", $strlimit=20, $thead_html=array(), $tbody_html_list=array()) { + function tablewiz_create($rows, $bind=array(), $domid="", $domclass="", $strlimit=0, $thead_html=array(), $tbody_html_list=array()) { $html = ""; if(count($rows) == 0) {