1
0
Fork 0

campo tabla responsive

This commit is contained in:
humano 2018-11-03 11:13:47 -05:00
parent d60a5a1dd3
commit b5ceac7272
1 changed files with 1 additions and 1 deletions

View File

@ -16051,7 +16051,7 @@ function campo_tabla($array,$control,$tipo){
$html .= '</table>';
$resultado ="<div class='table-responsive'>$html</div>";
return $html;
return $resultado;
}