Closed tduchateau closed 10 years ago
Comment by tduchateau from Friday May 31, 2013 at 16:12 GMT
As mentioned in the docs - not very clearly - this feature is not supported yet with AJAX sources (the last column indicates the compatible source type).
Nevertheless, thx for reminding me :-)
Issue by RizziCR from Friday May 31, 2013 at 15:44 GMT
On Server-Side processing ColumnHead not working. The resulting TH is empty.
JSP-Code <datatables:columnHead uid="massActionColumn"> <input type="checkbox" onclick="$('#companiesTable').find(':checkbox').attr('checked', this.checked);" /> </datatables:columnHead> <datatables:column uid="massActionColumn" property="id" sortable="false" searchable="false" cssCellStyle="text-align:center;" renderFunction="renderMassActionCol" />
the resulting html-code: <th class="sorting_disabled" role="columnheader" rowspan="1" colspan="1" aria-label=""></th>
greets Rizzi