Closed tduchateau closed 10 years ago
Closing as it seems to be working with the latest 0.10.1-SNAPSHOT
Hello, again! Thanks for fixing this bug. I just noticed. I wonder however if it is possible to use columnHead with renderFunction on the column? I'm trying to do the following, but with no success so far.
<datatables:column sortable="false" property="id" renderFunction="renderSelect" cssCellClass="table-checkbox">
<datatables:columnHead>
<input class="checkbox-table-heading" type="checkbox" onchange="toggleAllCheckboxesInTable(this)">
</datatables:columnHead>
</datatables:column>
Could this be possible? It would help me a lot if this was possible! Thanks.
Making impossible to use
<datatables:columnHead>
inside<datatables:column
.Raised by @berart here.