dandelion / dandelion-datatables

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

The body of the ColumnTag is not evaluated when working with AJAX sources #256

Closed tduchateau closed 10 years ago

tduchateau commented 10 years ago

Making impossible to use <datatables:columnHead> inside <datatables:column.

Raised by @berart here.

tduchateau commented 10 years ago

Closing as it seems to be working with the latest 0.10.1-SNAPSHOT

berart commented 9 years ago

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.