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 sit amet, c | Lorem ipsum dolor sit amet, consectetur | Lorem | Lorem ipsum dolor si | Lorem ipsum | Lorem ipsum dolor sit amet, consectetur adipisci | 
| Lorem ipsum dolor sit amet, consec | Lorem ipsum dolor sit amet, consectetur adipisc | Lorem ipsum dolor sit amet, consectetu | Lorem | Lorem ipsum | Lorem ipsum dolor sit amet, consectetur ad | 
<div class="fr-table">
    <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 [...] el</td>
                <td>Lorem [...</td>
            </tr>
            <tr>
                <td>Lorem [...] elit ut</td>
                <td>Lorem [...] elit ut.</td>
                <td>Lorem [...] elit ut.</td>
                <td>Lorem [...] elit ut.</td>
                <td>Lor</td>
                <td>Lorem [...] el</td>
            </tr>
        </tbody>
    </table>
</div>
| th0 | th1 | th2 | th3 | th4 | th5 | 
|---|---|---|---|---|---|
| Lorem i | Lorem ipsum dolor sit amet, consectetur adipi | Lorem ipsum dolor sit amet, consect | Lorem ipsum dolor sit amet, consect | Lorem ipsum dolor sit a | Lorem ipsum dolor sit amet, c | 
| Lorem | Lorem ipsum dolor sit amet, consec | Lorem ipsum dolor sit amet, cons | Lorem ip | Lo | Lorem ipsum dolor si | 
<div class="fr-table fr-table--bordered">
    <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 [...</td>
                <td>Lorem</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 [...</td>
                <td>Lorem [...] elit ut.</td>
                <td>Lorem</td>
            </tr>
        </tbody>
    </table>
</div>
| th0 | th1 | th2 | th3 | th4 | th5 | 
|---|---|---|---|---|---|
| Lo | Lorem ipsum dolor sit amet, consectetur | Lorem ipsum dol | Lo | Lorem ipsum dolor sit amet, consectetur adipisci | Lorem ipsum dolor sit ame | 
<div class="fr-table fr-table--no-scroll">
    <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></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 | 
|---|---|---|
| Lorem ipsu | Lorem ipsum dolor sit amet, | Lorem ipsum d | 
<div class="fr-table fr-table--layout-fixed">
    <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 [...] </td>
            </tr>
        </tbody>
    </table>
</div>
| th0 | th1 | th2 | th3 | th4 | th5 | 
|---|---|---|---|---|---|
| Lorem ipsum dolor sit am | Lorem ipsum dolor sit amet, consectetur | Lorem ipsum dolor sit amet, consectetur adip | Lorem | Lorem ipsum dolor sit amet, consectetur adipisc | Lorem ipsum dolor sit amet, consect | 
<div class="fr-table fr-table--no-caption">
    <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 [...] elit </td>
                <td>Lore</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 | 
|---|---|---|---|---|---|
| L | Lorem ipsum dolor sit amet, consectetur adip | Lorem ipsum dolor sit amet, consectet | Lorem ipsum dolor sit amet, | Lorem ipsum dolor sit amet, co | Lorem ipsum dolor sit amet, conse | 
<div class="fr-table fr-table--caption-bottom">
    <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</td>
                <td>Lorem [...] elit ut.</td>
                <td>L</td>
                <td>Lorem [...] elit ut.</td>
                <td>Lorem [...] elit ut.</td>
                <td>Lo</td>
            </tr>
        </tbody>
    </table>
</div>
| th0 | th1 | th2 | th3 | th4 | th5 | 
|---|---|---|---|---|---|
| Lorem ipsum dolor si | Lorem ipsum dolo | Lorem ipsum dolor s | Lorem ipsum dolor sit amet, consectetur a | Lorem ipsum dolor sit amet, consectetur ad | Lorem ipsum dolo | 
| Lorem ipsum dolor sit amet, consectetur adipisci | Lorem ips | Lorem ipsum dol | L | Lorem | Lorem ipsum dolor sit amet, consectetur a | 
<div class="fr-table fr-table--green-emeraude">
    <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 [</td>
                <td>Lorem [...] elit </td>
                <td>Lorem [...] elit </td>
                <td>Lorem [...] elit ut.</td>
                <td>Lorem [...] elit ut.</td>
                <td>Lorem [...] elit</td>
            </tr>
            <tr>
                <td>Lor</td>
                <td>Lo</td>
                <td>Lorem [...]</td>
                <td>Lorem [...] elit</td>
                <td>Lorem [...] eli</td>
                <td>Lorem [...] elit ut.</td>
            </tr>
        </tbody>
    </table>
</div>
| th0 | th1 | th2 | th3 | th4 | th5 | 
|---|---|---|---|---|---|
| Lorem i | Lorem ip | Lorem ipsum dolor sit amet, consectetur adi | Lorem ipsum dolor sit amet, consectetur adi | Lorem ipsum dolor sit amet, consectetur adi | Lorem ips | 
| Lorem ipsum dolor sit amet | Lorem ipsum dolor sit | Lorem ipsum dolor sit am | Lorem ipsum | Lor | Lorem ipsum dolor | 
<div class="fr-table fr-table--green-emeraude fr-table--bordered">
    <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 [..</td>
                <td>Lorem [...] elit ut.</td>
            </tr>
            <tr>
                <td>Lorem [...] elit ut.</td>
                <td>Lorem [...] elit ut.</td>
                <td>Lorem</td>
                <td>Lorem [...] elit ut.</td>
                <td>Lorem [...] elit ut.</td>
                <td>Lorem [.</td>
            </tr>
        </tbody>
    </table>
</div>