Added column name to each table cell
This commit is contained in:
parent
c64dff6923
commit
ceef03586f
@ -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 = "";
|
||||||
|
Loading…
Reference in New Issue
Block a user