From f075c81ddd61625f711dbdffc551710287632740 Mon Sep 17 00:00:00 2001 From: Alessandro Ferro <49845537+xfarrow@users.noreply.github.com> Date: Wed, 20 Jul 2022 10:36:05 +0200 Subject: [PATCH] Update table.php --- phpxpress/phpxpress/table.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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; + } } ?>