collspan is not working with datatables
This commit is contained in:
parent
4d7ff69d81
commit
e6116572a4
1 changed files with 2 additions and 2 deletions
|
@ -36,9 +36,9 @@ for ($i = 0; ($i < $totalLH); $i++) {
|
||||||
echo"<td nowrap>$listElem[5]</td>";
|
echo"<td nowrap>$listElem[5]</td>";
|
||||||
}
|
}
|
||||||
if ($listElem[6] == null) {
|
if ($listElem[6] == null) {
|
||||||
echo'<td nowrap colspan="3">transmitting</td>';
|
echo'<td nowrap>transmitting</td><td></td><td></td>';
|
||||||
} else if ($listElem[6] == "SMS") {
|
} 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 {
|
} else {
|
||||||
echo"<td nowrap>$listElem[6]</td>";
|
echo"<td nowrap>$listElem[6]</td>";
|
||||||
echo"<td nowrap>$listElem[7]</td>";
|
echo"<td nowrap>$listElem[7]</td>";
|
||||||
|
|
Loading…
Reference in a new issue