Update tablewiz.php

This commit is contained in:
Namhyeon Go 2018-02-26 14:05:10 +09:00 committed by GitHub
parent 873a42db84
commit f9c280c6bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ if(!function_exists("tablewiz_cut_str")) {
} }
if(!function_exists("tablewiz_create")) { 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 = ""; $html = "";
if(count($rows) == 0) { if(count($rows) == 0) {