Search
4198 results 1381-1390
Forum
- 1st Aug 2017Using Ajax Datatables with Modals?@allan removed all the css I was using and added: columnDefs: [{ targets: 3, render: function (data, type, row) { return data.substr(0, 25) + "..."; } }], to the code and responsive still stops working
- 1st Aug 2017Javascript AJAX vs AJAX in Datatables.net - Why?data": "Description" }, { "data": "CardId" } ], 'columnDefs': [ { 'targets': [9], 'searchable': false,
- 31st Jul 2017search field big delay whe typing in box for 1000 rowshi tangerine, I tried that and it works to limit the search but doesn't change the "type to search" speed. There was something about using ajax instead? would this speed it up? columnDefs: [{ "searchable": false, "targets": [0,1,5,6,7,8,9,10,11,12,13] }],
- 29th Jul 2017Sortable is not working for me after changing the verioniDisplayLength": 50, "bLengthChange": false, //"columnDefs": [ { orderable: true } ], "bFilter": true,
- 27th Jul 2017Unable to lookup only in first 3 columnsDataTable var table = $('#example').DataTable({ "columnDefs": [ { className: "first", "targets": [ 0
- 24th Jul 2017Can't format last column as currencyGot it - thanks. You need to add targets: -1 to the object you are using in the columnDefs array. I'm slightly surprised DataTables doesn't give a warning about that. I thought it would there - I'll look into that! Allan
- 24th Jul 2017Show only 1st column in Main Row of Responsive Collapse, the rest in Child RowIm halfway there, manage to show all but the 1st column in the cild row. Now to limiot this to mobile / responsive view only. "columnDefs": [ { "className": "none", "targets": [ 1, 2, 3, 4, 5 ] } ]
- 19th Jul 2017Change a cell's CSS based on a different cell's valueuse the following options: columnDefs: [ { targets: 0, createdCell: function
- 18th Jul 2017Sort columns by inserted values and checked checkboxes?function () { var table = $('#example').DataTable({ columnDefs: [ { targets: [0, 1, 2],
- 17th Jul 2017jQuery DataTable Print Detailthis to hide them: columnDefs: [{ targets: [-1, -2], visible: