Thymyleaf does not allow to add "editable-form" attribute since it is not well formed. Is there any alternative way to do this?
application.properties
spring.thymeleaf.mode=LEGACYHTML5
Thymyleaf Template
<form editable-form name="tableform" onaftersave="afterSave()" oncancel="cancel()">
</form>
AnagularJS directives can be prepended with
data
attributes.