Tu peux utiliser ce site pour réaliser le thème de ton tableau : https://divtable.com/table-styler/
Quand tu as fini, tu dois copier le css que tu trouves en bas à droite.
Toutefois, comme tu vas le constater, ils font des appels à une class (blueTable).
Tu dois à chaque fois le supprimer car tu ne peux pas mettre de class à ton tableau généré par la carte qu’on a utilisé.
Dans ton action “Envoyer un e-mail (V2), au niveau du corps, tu vas devoir coller ton css.
Ce qui te donnera :
<style>
table {
border: 1px solid #70BD95;
background-color: #C6E0B4;
width: 100%;
text-align: center;
}
table td, table th {
border: 1px solid #AAAAAA;
padding: 3px 2px;
}
table tr:nth-child(even) {
background: #E2EFDA;
}
table thead {
background: #70BD95;
border-bottom: 2px solid #444444;
}
table thead th {
font-size: 15px;
font-weight: bold;
color: #FFFFFF;
text-align: center;
border-left: 2px solid #D0E4F5;
}
table thead th:first-child {
border-left: none;
}
table tfoot td {
font-size: 14px;
}
table tfoot .links {
text-align: right;
}
table tfoot .links a{
display: inline-block;
background: #1C6EA4;
color: #FFFFFF;
padding: 2px 8px;
border-radius: 5px;
}
</style>
Ci-joint, le fichier de rapport de la ronde de cette nuit.
Bien à vous,
L’équipe Méthode
@{body(‘Créer_un_tableau_HTML’)}