Search
4224 results 1691-1700
Forum
- 30th Jun 2015How to uncheck columns in "show / hide columns" button list.It seems that the following columnDefs cannot co-exist? "orderable": false, "targets": [0,1,2,10,11,12,13], "visible": false, targets: [10,11,12,13] Anyone have any idea why?
- 25th Jun 2015Bug in function DataTable().column().visible()scrollY": "500px", "scrollCollapse": true, "columnDefs": [{ "targets": 'rd-editable', "visible": false
- 25th Jun 2015DataTables 1.10.4 order parameter bugI created a JSFiddle, hope it works: http://jsfiddle.net/yv1v53w9/8/ ColumnDefs orderData is the one causing problems. I understand from DataTables example that this should be allowed in API.
- 22nd Jun 2015Server Side pagination using Data tableanother column?. In below columnDefs option, I am not
- 20th Jun 2015How to apply style in Ajax DatatablesI will try the columnDefs for style. Thanks. The other need is to do the same for an action column
- 19th Jun 2015Sorting/Ordering columns using column name/data/classtangerine, I've tried using columnDefs for setting my parameters,
- 18th Jun 2015How to disable sorting of certain column?Have a look at this - https://datatables.net/reference/option/columns.orderable e.g. $('#example').dataTable( { "columnDefs": [ { "orderable": false, "targets": 0 } ] } );
- 13th Jun 2015Removing Sort Order for Columns with BootstrapYour DataTable initialisation is wrong. $('#example').dataTable( { "columnDefs": [ { "targets": [ 0, 5 ], orderable: false }, ] } ); The default value of "orderable" and "visible" is "true", so it is not necessary to apply them to your other columns.
- 5th Jun 2015Date type is not showing correct date when editedfull_numbers", "order": [1, "desc"], "columnDefs": [ { "data": null, "defaultContent": "--", "targets":
- 5th Jun 2015My table loads twice: once full, and then with paging.columns: jsonData[0].columns, data: jsonData[0].data, "columnDefs": [ { "targets": "_all", "render": { "_": "data",