Search
4198 results 3471-3480
Forum
- 4th Apr 2017RowReorder - How to set every column draggableHey guys. I've got simple table with rowReorder set to true. But only first column is draggable even if I don't set any columnDefs to DataTable object. What's the easiest way to set every column as draggable?
- 3rd Apr 2017Updated from 1.10.9 to 1.10.13on specified widths via columnDefs). Using the new version
- 3rd Apr 2017RowReordering not attached after visiting subpage of tablethe rowReorder function: var columnDefs = []; columnDefs = [ { bSortable: false, aTargets:
- 29th Mar 2017Having trouble setting column width of dynamically generated table.two different width columns columnDefs: [ { "width": "10%", "targets": 0
- 27th Mar 2017Does anyone know how to setup mulit-row Headers using the options.columns API?Name" }, { "title": "Job Title" } ], columnDefs: [ { "width": "20%", "targets": 0
- 27th Mar 2017Redirecting after pressing pagination button with Backbone.jsin similar way: $('#tableID').DataTable({ "columnDefs": [{ "targets" : 'nosort', "orderable": false
- 27th Mar 2017If scrollY is used then table column width is getting increased for any operation on Datatablefalse, "sDom": "Rlfrtip", "aaSorting": [], columnDefs: [ {type: 'non-empty-string', targets: 0,
- 27th Mar 2017Server side processign with manual reloadwidth: "25px", click: openForm }) ], columnDefs: [ { orderable: false, className: 'text-center',
- 25th Mar 2017Issue with squished headerssScrollY" : "600px", "bScrollCollapse": true, "columnDefs": [ { "type": "signed-num", "targets": 3}
- 25th Mar 2017bAutoWidth not working when dataTable.bootstrap.js added (with out Bootstrap working)'bAutoWidth : false' , is not working when dataTable.bootstrap.js is included in the webpage. I need dataTable.bootstrap.js in my page for design. How to resolve this? $('#table').DataTable({ "bAutoWidth": false, "columnDefs": [{ "targets": [-1], "orderable": false }] });