how to call javascript function in html using thymeleaf and put argumnet as method arg code example
Example: how to call javascript function in html using thymeleaf and put argumnet as method arg
th:data-student="${student}" th:onclick="edit(this.getAttribute('data-student'))"