Vote count:
0
So I am currently working on something, and my problem is that my table isn't responsive, most likely because of the buttons I am using. The other tables are showing up fine.
Screen:
Code:
<tr>
<td><? echo $sLa['id']; ?></td>
<td><? echo $sLa['Name']; ?></td>
<td><? echo $sLa['Modell']; ?></td>
<td><? echo $sLa['Version']; ?></td>
<td><? echo $sLa['IP']; ?></td>
<td>
<a href="registeroverview.php?id=<?php echo $sLa['id']; ?>&kid=<?php echo $lID; ?>"><button type="button" class="btn btn-info btn-xs">Detail</button></a>
<a href="editregister.php?id=<?php echo $sLa['id']; ?>"><button type="button" class="btn btn-primary btn-warning btn-xs">Bearbeiten</button></a>
<a href="#"><button type="button" class="btn btn-primary btn-danger btn-xs">Löschen</button></a>
</td>
</tr>
The last td
contains the buttons.
asked 40 secs ago
Bootstrap table containing buttons not responsive
Aucun commentaire:
Enregistrer un commentaire