Retour

Tableaux (table)

Les tableaux sont utilisés pour organiser et afficher les informations d'un jeu de données.

Documentation

Tableau par défaut

Caption du tableau (accessibilité)
th0 th1 th2 th3 th4 th5
Lorem ipsum dolor sit amet, consectetur Lorem ipsum dolor sit Lo Lorem ipsum dolor sit amet, consectet Lore
Lorem ipsum dolor sit amet, consectetur a Lorem ipsum dolor sit amet, consectetur Lorem ipsum dolor sit amet, consectetur adipisc Lorem ipsum dolor sit amet, consectetur adipisci Lorem ipsum dolor si Lorem ipsu

<div class="fr-table" id="table-6690">
    <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>Lor</td>
                <td>Lorem [...] elit ut.</td>
                <td>Lorem [...] eli</td>
                <td>Lorem [...] </td>
                <td>Lorem [...] elit ut.</td>
                <td>Lorem [...] elit ut</td>
            </tr>
            <tr>
                <td>Lorem [...] eli</td>
                <td>Lorem [...] elit ut.</td>
                <td>Lorem [...] elit ut.</td>
                <td>Lorem [...] elit ut.</td>
                <td></td>
                <td>Lorem [...] elit ut.</td>
            </tr>
        </tbody>
    </table>
</div>

Tableau avec bordure

Caption du tableau (accessibilité)
th0 th1 th2 th3 th4 th5
Lorem ipsum dolor sit amet, cons Lorem ipsum dolor Lorem ipsum dolor sit amet, consectetur adipis Lorem ipsum dolor Lore Lor
Lorem ipsum dolor sit amet Lorem ipsum dolor sit amet, consec Lorem ipsum dolo Lorem ipsum dolor Lorem ipsum dolor sit amet, cons Lorem ipsum dolor sit amet, consect

<div class="fr-table fr-table--bordered" id="table-6693">
    <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 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 [...] eli</td>
                <td>Lorem [...] elit ut.</td>
                <td>Lorem [...] elit ut.</td>
                <td>Lorem [...] elit ut.</td>
            </tr>
        </tbody>
    </table>
</div>

Tableau non scrollable

Caption tableau non scrollable
th0 th1 th2 th3 th4 th5
Lorem ipsum dolo Lorem ipsum dolor sit amet, consectetur adipiscin Lor Lorem ipsum dolor sit Lorem ipsum dolor sit Lorem ipsum dolor sit amet, conse

<div class="fr-table fr-table--no-scroll" id="table-6696">
    <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 [...] el</td>
                <td>Lorem [...] e</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>

Tableau colonnes fixées (layout-fixed)

Caption tableau fixé
th0 th1 th2
Lorem ipsum dolor sit amet, consecte Lorem ipsum dolor sit amet, Lorem ipsum dolor sit amet, consectetur adip

<div class="fr-table fr-table--layout-fixed" id="table-6699">
    <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 [...</td>
                <td>Lorem [...] elit u</td>
            </tr>
        </tbody>
    </table>
</div>

Tableau caption invisible

Caption cachée
th0 th1 th2 th3 th4 th5
Lorem ipsum dolor sit amet, consec Lorem ips Lorem ipsum dolor sit amet, cons Lorem ipsum dolor sit amet, consectetur adipi Lorem ipsum dolor sit amet, consectetur adip Lorem ipsum

<div class="fr-table fr-table--no-caption" id="table-6702">
    <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 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>

Tableau caption Bottom

Caption en bas
th0 th1 th2 th3 th4 th5
L Lorem ipsum dolor sit amet, consect Lorem L Lorem ipsu

<div class="fr-table fr-table--caption-bottom" id="table-6705">
    <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>Lor</td>
                <td>Lorem [...] elit ut.</td>
                <td>Lor</td>
                <td>Lorem [...] elit ut.</td>
                <td>Lorem [...] elit ut.</td>
                <td>Lorem [...] elit ut.</td>
            </tr>
        </tbody>
    </table>
</div>

Tableau accentué

Caption du tableau (accessibilité)
th0 th1 th2 th3 th4 th5
Lorem ipsum dolor sit amet, consect Lorem ipsum dolor Lorem Lorem Lorem Lorem ipsum dolor
Lorem ipsum dolor sit amet, consectetur Lorem ipsum dolor sit amet, consectetu Lorem ipsum Lorem ipsum dolor sit amet, cons Lorem ipsum dol Lorem ipsum dolo

<div class="fr-table fr-table--green-emeraude" id="table-6708">
    <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 [...</td>
                <td>Lorem [...] elit u</td>
                <td>Lor</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 [...] elit</td>
            </tr>
        </tbody>
    </table>
</div>

Tableau accentué avec bordure

Caption du tableau (accessibilité)
th0 th1 th2 th3 th4 th5
Lorem ipsu Lorem ipsum dolor Lorem ipsum dolor si Lorem ipsum dolor sit amet, consectetur adipiscin Lore Lorem ipsum dolor sit amet, consectetur a
Lor Lorem ipsum dolor s Lorem ipsum dolor sit amet, Lorem ipsum dolor sit amet Lorem ipsum do Lorem ipsum dolor

<div class="fr-table fr-table--green-emeraude fr-table--bordered" id="table-6711">
    <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 </td>
                <td>Lor</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 [...] elit ut.</td>
                <td>Lorem [...] elit ut.</td>
                <td>Lorem [...] elit ut.</td>
                <td>Lorem [</td>
            </tr>
        </tbody>
    </table>
</div>

Paramètres d’affichage

Choisissez un thème pour personnaliser l’apparence du site.