diff --git a/include/table.php b/include/table.php index a2d413b..1558824 100644 --- a/include/table.php +++ b/include/table.php @@ -349,6 +349,9 @@ class TableRowSortable extends TableRow $bAscending = FALSE; else $sSortVar = ''; + + $this->aTableCells[$i]->sCellContents .= $oSortInfo->bAscending ? + ' ▲' : ' ▼'; } $sAscending = $bAscending == TRUE ? 'true': 'false';