Bootstrap Table
HTML
<link rel="stylesheet" href="https://rawgit.com/wenzhixin/bootstrap-table/master/src/bootstrap-table.css">
<script src="https://rawgit.com/wenzhixin/bootstrap-table/master/src/bootstrap-table.js"></script>
<table style="max-width:100%; width:100%;" class="table table-no-bordered table-striped">
<caption>Anniversaire de le la journée</caption>
<thead>
<tr>
<th>Prénom</th>
<th>Nom</th>
<th>Adresse</th>
</tr>
</thead>
<tbody>
<tr>
<td>acqece</td>
<td style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap; max-width: 350px;">buibeucibqeiubcuebcuievw72g8v27evc27veuwvce2v27ev2evc7v2ec7v2evjwbuviebwvuewbvuiwebviuwe</td>
<td>ccebuebcuec</td>
</tr>
<tr>
<td>a</td>
<td>b</td>
<td>c</td>
</tr>
</tbody>
</table>