Search
4234 results 4161-4170
Forum
- 17th May 2014How do I pass options to ColVis when initialised with new?have: var table = jQuery('#rhac-re-results-table').DataTable( { "columnDefs": [ { "orderable": false, "targets": 8
- 15th May 2014[Doc] aoColumnDefs is missing in page 1.10 convert guideIn the parameter name converting guide (1.9 -> 1.10) (https://datatables.net/upgrade/1.10-convert) I cannot find the conversion from 'aoColumnDefs' to 'columnDefs'. Anyway, I tried the new name and it just works. Kudos to the team for an upgrade with such great backward compatibility :-)
- 8th May 2014Redraw on drawCallback?url": "ajax_tables/main_table.php", "type": "POST" }, "columnDefs": [ { "orderable": false, "targets": 0
- 5th May 2014Two clicks required to re-sort initial sorted columnHi I'm using columnDefs to make the default
- 2nd May 2014ColReorder State Saving-"Cannot read property '_ColReorder_iOrigCol' of undefined"iDeferLoading": 0, "scrollX" : "100%", "columnDefs" : [ {"title" :"name", "defaultContent" : "-", "targets"
- 2nd May 2014Refresh data without destroying DataTable?I'm using "data" and "columnDefs" and a variable containing
- 28th Apr 2014Secondary thead with sort icons?scrollCollapse: true, paging: true, columnDefs: [ { width: 200, targets: [ 0,
- 12th Apr 2014"Processing.." Wont appearthe code [code] $("#myTable").dataTable({ "columnDefs": [ { "targets": [ 1 ], "visible": false,
- 29th Mar 2014columns.orderData dont work with integer column indexMay be only a small issue but i was struggling a bit by setting: [code] "columnDefs": [{ "targets": 1, "orderData": 0 }] [/code] colum 1 is not sortable. By using arrays it works. I set up an example here: http://jsfiddle.net/pDLDV/
- 25th Mar 2014Date sorting based on site or localeFor example: [code] var columnDefs = null; if ($('#uk').length) { columnDefs