1.20.01 bug template table
This commit is contained in:
parent
5e59984211
commit
22d69ccafb
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user