Added column name to each table cell

This commit is contained in:
Conner Harkness 2025-09-10 08:25:24 -06:00
parent c64dff6923
commit ceef03586f

View File

@ -671,7 +671,7 @@
continue; continue;
?> ?>
<td class="<?= $strCellClass; ?>"><?= $r[$col]; ?></td> <td class="<?= $strCellClass; ?>" data-column-name="<?= $col; ?>"><?= $r[$col]; ?></td>
<?php <?php
$strNextCellClass = ""; $strNextCellClass = "";