Les tableaux sont utilisés pour organiser et afficher les informations d'un jeu de données.
Documentation| th0 | th1 | th2 | th3 | th4 | th5 |
|---|---|---|---|---|---|
| Lorem ipsum dolor | Lorem ipsum dolor sit amet, consectetur adipisc | Lorem ipsum dolor s | L | Lorem ipsum dolor s | Lorem ipsum dolor sit amet, consec |
| Lorem ipsum dolor sit amet, | Lorem ipsum dolor | Lorem ipsum | Lorem ipsum dolo | Lorem | Lor |
<div class="fr-table" id="table-6169">
<table>
<caption>Caption du tableau (accessibilité)</caption>
<thead>
<tr>
<th scope="col">th0 </th>
<th scope="col">th1 </th>
<th scope="col">th2 </th>
<th scope="col">th3 </th>
<th scope="col">th4 </th>
<th scope="col">th5 </th>
</tr>
</thead>
<tbody>
<tr>
<td>Lorem [...] elit ut.</td>
<td>Lorem [...] elit ut.</td>
<td>Lorem [...] elit ut.</td>
<td>Lorem [...] elit ut.</td>
<td>Lorem [...] elit ut.</td>
<td>Lorem [...] elit ut</td>
</tr>
<tr>
<td>Lorem [...] elit u</td>
<td>Lorem [...] elit ut.</td>
<td>Lorem [...] elit ut.</td>
<td>Lorem [...] elit ut.</td>
<td>Lorem [...] elit ut.</td>
<td>Lorem [...] elit ut.</td>
</tr>
</tbody>
</table>
</div>
| th0 | th1 | th2 | th3 | th4 | th5 |
|---|---|---|---|---|---|
| Lorem ipsum dolor sit amet | Lorem ipsum dolor sit amet, consectetu | Lorem ipsum dolor sit amet, | Lorem ipsum dolor sit amet, | Lorem ipsum dolor sit amet, con | Lorem ipsum dolor sit |
| Lorem ipsum dol | Lorem ipsum dolor sit amet, conse | Lorem ipsum dolor s | Lorem ipsum dolo | Lorem ipsum dolor sit amet, consectetur |
<div class="fr-table fr-table--bordered" id="table-6172">
<table>
<caption>Caption du tableau (accessibilité)</caption>
<thead>
<tr>
<th scope="col">th0 </th>
<th scope="col">th1 </th>
<th scope="col">th2 </th>
<th scope="col">th3 </th>
<th scope="col">th4 </th>
<th scope="col">th5 </th>
</tr>
</thead>
<tbody>
<tr>
<td>Lorem [...] elit ut.</td>
<td>Lorem [...] elit ut.</td>
<td>Lorem [...] elit ut.</td>
<td>Lorem [...] elit ut.</td>
<td>Lorem [...] elit ut.</td>
<td>Lorem [...] elit ut.</td>
</tr>
<tr>
<td>Lo</td>
<td>Lorem [...] elit ut.</td>
<td>Lorem [...] elit ut.</td>
<td>Lorem [..</td>
<td>Lorem [...] elit ut.</td>
<td>Lorem [...] elit ut.</td>
</tr>
</tbody>
</table>
</div>
| th0 | th1 | th2 | th3 | th4 | th5 |
|---|---|---|---|---|---|
| Lorem ipsum dolor sit amet, conse | Lorem ipsum dolor sit ame | Lorem ipsum dolor | Lorem ipsum dolor sit amet, consectetur adipi | Lorem ip | Lorem ipsum dolor sit amet, cons |
<div class="fr-table fr-table--no-scroll" id="table-6175">
<table>
<caption>Caption tableau non scrollable</caption>
<thead>
<tr>
<th scope="col">th0 </th>
<th scope="col">th1 </th>
<th scope="col">th2 </th>
<th scope="col">th3 </th>
<th scope="col">th4 </th>
<th scope="col">th5 </th>
</tr>
</thead>
<tbody>
<tr>
<td>Lorem [...] elit ut.</td>
<td>Lorem [...] </td>
<td>Lorem [..</td>
<td>Lorem [...] elit ut.</td>
<td>Lorem [...] elit ut.</td>
<td>L</td>
</tr>
</tbody>
</table>
</div>
| th0 | th1 | th2 |
|---|---|---|
| Lorem ipsum dolor sit amet, consectetur a | Lor | Lorem ipsum |
<div class="fr-table fr-table--layout-fixed" id="table-6178">
<table>
<caption>Caption tableau fixé</caption>
<thead>
<tr>
<th scope="col">th0 </th>
<th scope="col">th1 </th>
<th scope="col">th2 </th>
</tr>
</thead>
<tbody>
<tr>
<td>Lorem </td>
<td>Lorem [...] elit ut.</td>
<td>Lorem [...] elit ut.</td>
</tr>
</tbody>
</table>
</div>
| th0 | th1 | th2 | th3 | th4 | th5 |
|---|---|---|---|---|---|
| Lorem ipsum dolor sit a | Lorem ipsum dolor sit amet, | Lor | Lorem ipsum dolor | L |
<div class="fr-table fr-table--no-caption" id="table-6181">
<table>
<caption>Caption cachée</caption>
<thead>
<tr>
<th scope="col">th0 </th>
<th scope="col">th1 </th>
<th scope="col">th2 </th>
<th scope="col">th3 </th>
<th scope="col">th4 </th>
<th scope="col">th5 </th>
</tr>
</thead>
<tbody>
<tr>
<td>Lorem [...] elit ut.</td>
<td>Lorem [...]</td>
<td>Lorem [...] elit ut.</td>
<td>Lorem [...] elit ut.</td>
<td>Lorem [...</td>
<td>Lorem [...] elit ut.</td>
</tr>
</tbody>
</table>
</div>
| th0 | th1 | th2 | th3 | th4 | th5 |
|---|---|---|---|---|---|
| Lorem ipsum dolor s | Lorem | Lo | Lorem ipsum dolor sit amet, consectetur adipisc | Lorem ipsum dolor sit ame | Lorem ipsum dolor sit amet, consectetur |
<div class="fr-table fr-table--caption-bottom" id="table-6184">
<table>
<caption>Caption en bas</caption>
<thead>
<tr>
<th scope="col">th0 </th>
<th scope="col">th1 </th>
<th scope="col">th2 </th>
<th scope="col">th3 </th>
<th scope="col">th4 </th>
<th scope="col">th5 </th>
</tr>
</thead>
<tbody>
<tr>
<td>Lorem [...] elit ut.</td>
<td>Lorem [...] elit </td>
<td>Lorem [...] elit ut.</td>
<td>Lorem [...] elit ut.</td>
<td>Lorem [...] elit ut.</td>
<td>Lorem [...] </td>
</tr>
</tbody>
</table>
</div>
| th0 | th1 | th2 | th3 | th4 | th5 |
|---|---|---|---|---|---|
| Lorem ipsum dolor s | Lorem ipsum dolor sit amet, consectetur adi | Lorem ipsum dolor sit amet, consectetur adipi | Lorem ipsum dolor sit amet | Lorem ipsum dolor sit amet, consectetu | Lorem ipsum dolor s |
| Lorem ipsum dolor sit | Lorem ips | Lorem ipsum dolor sit amet, consectetur adipisc | Lorem ipsum dolor sit amet, | Lorem ips | Lorem ipsum dolor sit amet, consectetur adipisci |
<div class="fr-table fr-table--green-emeraude" id="table-6187">
<table>
<caption>Caption du tableau (accessibilité)</caption>
<thead>
<tr>
<th scope="col">th0 </th>
<th scope="col">th1 </th>
<th scope="col">th2 </th>
<th scope="col">th3 </th>
<th scope="col">th4 </th>
<th scope="col">th5 </th>
</tr>
</thead>
<tbody>
<tr>
<td>Lorem [...] elit ut.</td>
<td>Lorem [..</td>
<td>Lorem [...] elit ut.</td>
<td>Lorem [...] elit ut.</td>
<td>Lorem [...] elit ut.</td>
<td>Lorem [...] elit ut.</td>
</tr>
<tr>
<td>Lore</td>
<td>Lorem [...] elit ut.</td>
<td>Lorem [...] e</td>
<td>Lorem [...] elit ut.</td>
<td>Lorem [...] elit ut.</td>
<td>Lorem [...] elit ut.</td>
</tr>
</tbody>
</table>
</div>
| th0 | th1 | th2 | th3 | th4 | th5 |
|---|---|---|---|---|---|
| Lorem ipsum dolor sit amet, consectet | Lorem ipsum d | Lor | Lorem ipsum do | Lorem ipsum dolor sit amet, con | Lorem ipsum dolor sit amet, consectetur adipisci |
| Lorem ipsum dolor sit amet, | Lorem ipsum dolor | Lorem ipsum dolor sit amet, consectetur adipis | Lorem ipsum dolor sit amet, consecte | Lorem | Lorem ipsum dolor sit a |
<div class="fr-table fr-table--green-emeraude fr-table--bordered" id="table-6190">
<table>
<caption>Caption du tableau (accessibilité)</caption>
<thead>
<tr>
<th scope="col">th0 </th>
<th scope="col">th1 </th>
<th scope="col">th2 </th>
<th scope="col">th3 </th>
<th scope="col">th4 </th>
<th scope="col">th5 </th>
</tr>
</thead>
<tbody>
<tr>
<td>Lorem [...] elit ut.</td>
<td>Lorem [...] elit ut.</td>
<td>Lorem [...] elit ut.</td>
<td>Lorem [...] elit ut.</td>
<td>Lorem [...] elit ut.</td>
<td>Lorem [...] elit ut.</td>
</tr>
<tr>
<td>Lorem [...] elit ut.</td>
<td>Lorem [...] elit ut.</td>
<td>Lorem [...] elit ut.</td>
<td>Lorem [...] elit </td>
<td>Lore</td>
<td>Lorem [..</td>
</tr>
</tbody>
</table>
</div>