@ -28,4 +28,9 @@ body {
nowrap {
white-space:nowrap
}
.red {
background-color: Coral !important;
@ -241,6 +241,13 @@
} );
var t_lh = $('#lastHeard').DataTable( {
"createdRow": function( row, data, dataIndex ) {
if ( data[5] == "TXing" ) {
$(row).addClass('red');
} else {
$(row).removeClass('red');
},
"order": [[ 0, "desc" ]]
@ -344,6 +344,12 @@ function getLastHeard(document, event) {
addToQSO
]
t_lh.row(rowIndexes[0]).data( newData ).draw(false);
var row = t_lh.row(rowIndexes[0]).node();
if (txing) {
t_lh.row.add( [
timestamp,