Thymeleaf を使用してここで指定されているように、Dandelion Datatables の書式設定属性を実装しようとしましたが、次のように役に立ちませんでした。
<table dt:table="true" dt:serverside="true" dt:url="@{/somefnplace}">
<thead>
<tr>
<th dt:property="someCurrencyField" dt:format="{0, number, #.##}">
</tr>
</thead>
</table>
...しかし、これは何もしません。これがどのように機能するかについて誰かが考えましたか、またはこの機能が壊れているため、すべての列に対してレンダリング関数を作成する必要がありますか?