This commit is contained in:
2026-04-13 22:31:06 +02:00
parent 38259bc706
commit e15b4ccf45
24 changed files with 1580 additions and 3858 deletions

View File

@@ -217,7 +217,8 @@ $buildUrl = static function (array $params = []) use ($basePath, $query): string
</tr>
<?php else: ?>
<?php foreach ($rows as $row): ?>
<tr>
<?php $rowClass = trim((string) ($row['_row_class'] ?? '')); ?>
<tr<?= $rowClass !== '' ? ' class="' . $e($rowClass) . '"' : '' ?>>
<?php if ($selectable): ?>
<?php $selectValue = $row[$selectValueKey] ?? ''; ?>
<td class="table-select-col">