dandelion / dandelion-datatables

Dandelion component for DataTables
http://dandelion.github.io/components/datatables/
Other
110 stars 49 forks source link

The content of div dt:confType="extrahtml" is not evaluated #251

Closed tduchateau closed 10 years ago

tduchateau commented 10 years ago

Today, the content of a div marked with dt:confType="extrahtml" is not evaluated but retrieved as a String.

It should be possible to use any Thymeleaf attribute inside. Someting like:

<div dt:conf="myTableId">
   <div dt:confType="extrahtml" dt:uid="0" dt:cssStyle="float:right; margin-left: 5px;">
      <a th:each="bean : ${collection}" th:text="${bean.someProp}">...</a>
   </div>
</div>
...
<table id="myTableId" dt:table="true" ...>
   ...
</table>
tduchateau commented 10 years ago

Question asked: http://forum.thymeleaf.org/Broken-execution-of-processors-td4028317.html