Search
4224 results 1651-1660
Forum
- 14th Sep 2015Same width across multiple tablesI have the same problem with width and I fixed it with the foolowing lines: 'autoWidth: false,' 'scrollX: true,' Then it will take in consideration the configuration you have made with 'columndefs'. For my part I'm losing the search field...
- 12th Sep 2015Question regarding cell data replacement and global or column searchesdata: "product_name.pdfcontrolled", target: 8 } ], "columnDefs": [ // This block sets up
- 9th Sep 2015Excel download with serverside scripts using Buttons100, 200] ], pageLength: 15, columnDefs: [ { targets: [0], visible: false,
- 8th Sep 2015Jquery Datatable - Extra sort wrapperajax $("#requestForm #listing").html(content); $('#listing').dataTable({ "columnDefs": [ {"title": "Status", "targets": 0
- 5th Sep 2015How can I align columns in different ways?Solved: columnDefs: [ { targets: [0, 1, 3, 4, 5, 6 ], className: 'dt-body-center' } ]
- 2nd Sep 2015Right aligning numbers in export to PDF and Printsuggestion for the developers: "columnDefs": [ { "type": "num-fmt", "targets": 4,
- 27th Aug 2015custom sorting with heavely formated dateTo hide a column: http://datatables.net/examples/basic_init/hidden_columns.html Then in your "columnDefs": { // Sort column 1 (formatted date) by column 6 (hidden seconds) "orderData":[ 6 ], "targets": [ 1 ] }, Column numbering is entirely up to you of course.
- 27th Aug 2015enum sorting pluginEureka, that worked. So the type has to be set either in the columnDefs or the columns option - both places isn't necessary. Thank you so much for taking so much time with this. Really appreciated!
- 27th Aug 2015Deferred loading and custom renderingI user deferLoading and columnDefs to generate a URL.
- 26th Aug 2015Problem with DataTables Column visibilityextend: 'colvis', postfixButtons: [ 'colvisRestore' ] } ], columnDefs: [ { targets: [-3,-4,-5,-8,-10], visible: false