collspan is not working with datatables

This commit is contained in:
EA4GKQ 2016-06-26 13:03:26 +02:00 committed by GitHub
parent e6116572a4
commit ba3ba9ab6a

View file

@ -37,9 +37,9 @@ for ($i = 0; $i < count($localTXList); $i++) {
echo"<td nowrap>$listElem[4]</td>";
echo"<td nowrap>$listElem[5]</td>";
if ($listElem[6] == null) {
echo'<td nowrap colspan="3">in TX</td>';
echo'<td nowrap>in TX</td><td></td><td></td>';
} else if ($listElem[6] == "SMS") {
echo'<td nowrap colspan="3">sending or receiving SMS</td>';
echo'<td nowrap>sending or receiving SMS</td><td></td><td></td>';
} else {
echo"<td nowrap>$listElem[6]</td>";
echo"<td nowrap>$listElem[7]</td>";