Add arrow indicating sort order
This commit is contained in:
committed by
Chris Morgan
parent
e52f270498
commit
ced9b16cae
@@ -349,6 +349,9 @@ class TableRowSortable extends TableRow
|
||||
$bAscending = FALSE;
|
||||
else
|
||||
$sSortVar = '';
|
||||
|
||||
$this->aTableCells[$i]->sCellContents .= $oSortInfo->bAscending ?
|
||||
' ▲' : ' ▼';
|
||||
}
|
||||
|
||||
$sAscending = $bAscending == TRUE ? 'true': 'false';
|
||||
|
||||
Reference in New Issue
Block a user