Puis-je définir l'attribut data- * avec thymeleaf?
Comme je l'ai compris à partir de la documentation thymeleaf, j'ai essayé:
<div th:data-el_id="${element.getId()}"> <!-- doesn't work -->
<div data-th-el_id="${element.getId()}"> <!-- doesn't work -->
th:data-el_id
cela fonctionnera.