1.20.01 bug template table

This commit is contained in:
Fred Tempez 2025-01-29 20:39:49 +01:00
parent 5e59984211
commit 22d69ccafb

View File

@ -886,7 +886,7 @@ class template
$html .= '<table id="' . $attributes['id'] . '" class="table ' . $attributes['class'] . '">';
// Pas de tableau d'Id transmis, générer une numérotation
if (empty($rowsId)) {
$rowsId = range(0, count($body));
$rowsId = range(0, count($cols));
}
// Entêtes
if ($head) {