diff --git a/phpxpress/phpxpress/table.php b/phpxpress/phpxpress/table.php index e2e7eaa..357b3ad 100644 --- a/phpxpress/phpxpress/table.php +++ b/phpxpress/phpxpress/table.php @@ -1,7 +1,7 @@ hoverAnimation) $tableClass.= " table-hover"; if($this->small) $tableClass.= " table-sm"; - echo ""; + echo "
"; /** ** @@ -364,5 +365,9 @@ } $this->pedantic_type_check = $bool; } + + function set_table_id($id){ + $this->id_table = $id; + } } ?>