Search
4198 results 1751-1760
Forum
- 12th Sep 2014Unable to link a column using datatablesdocument).ready(function() { $('#example').dataTable( { serverSide: true, "columnDefs":[{ "targets":1, "data": function(row,type,val,meta){ if(type==='set'){
- 11th Sep 2014Bug: Hiding Columns not working when responsive is enabledThanks for the quick reply. That explains the class never, what about the columnDefs?
- 4th Sep 2014about the parameters in post data of version 1.10serverSide" : true, "processing" : true, "columnDefs" : [ { "visible": true, "targets": [ 0
- 4th Sep 2014Searchable Not WorkinginitComplete" : function(){ $("#loadingDiv").hide(); $("#selectUserDiv").show(); }, "columnDefs": [ { "visible": false, "targets": [4,5,6]
- 1st Sep 2014Serverside Processing - where clause through options?0, 'desc' ], ajax: "php/datatables/getTasksPerClient.php", columnDefs: [ { targets : [3], visible: false
- 26th Aug 2014Initialisation weird column sorting behaviourI realised what was causing the problem: setting the ColumnDefs parameter twice. Works now.
- 26th Aug 2014Responsive extension: Hide column in *all* viewsI hide some colums with css: "columnDefs": [ {"targets": [0], "orderable": false, "visible": true, "searchable": false, className: "hide"},] CSS: .hide { display: none!important; }
- 25th Aug 2014Column headers in dialog not adjusting correctly.data: myDataArray , "scrollY": "300px" , "columnDefs": [ { targets: [0] , searchable: false
- 24th Jul 2014Set a (filtered) column to a value - best method?gave it within my columnDefs) notation didn't work at
- 22nd Jul 2014Is this the right format for Yet Another DataTables Column Filter and DataTables 1.10?document).ready(function () { 'use strict'; $('#courseList').dataTable({ "columnDefs": [ { "targets": [4], "visible": false