我尝试使用 Thymeleaf 实现此处指定的蒲公英数据表的格式化属性,但无济于事,如下所示:
<table dt:table="true" dt:serverside="true" dt:url="@{/somefnplace}">
<thead>
<tr>
<th dt:property="someCurrencyField" dt:format="{0, number, #.##}">
</tr>
</thead>
</table>
...但这并没有做任何事情。任何人都知道这应该如何工作,或者我是否必须为每一列创建渲染函数,因为这个功能被破坏了?