3. Modèle vue liste

3.1. En-tête

<table id="resources-list" class="table table-striped" style="table-layout:fixed;">

    <thead>

        <tr>

            <th width="26%" scope="col">Nom de la recette</th>

            <th width="15%" class="d-none d-md-table-cell" scope="col" style="text-align: center;">Miam !</th>

            <th width="18%" class="d-none d-md-table-cell" scope="col" style="text-align: center;">Durée</th>

            <th width="18%" class="d-none d-md-table-cell" scope="col" style="text-align: center;">Difficulté</th>

            <th width="18%" class="d-none d-md-table-cell" scope="col" style="text-align: center;">Coût</th>

            <th width="5%" class="d-none d-md-table-cell" scope="col"></th>

        </tr>

    </thead>

    <tbody></tbody>

</table>