Search
4182 results 3151-3160
Forum
- 12th Apr 2018cell nowrap isn't workingDocumentation on cell styling at https://datatables.net/manual/styling/classes#Cell-classes says that "dt-nowrap" will prevent the text in a cell from wrapping. I am using columnDefs: [ { targets: 0, className: "dt-nowrap", but the text is still wrapping. Here's what the table looks like:
- 12th Apr 2018datatables group and change dataordering: false, info: false, columnDefs: [ { "targets": [ 0 ], //"visible": false,
- 11th Apr 2018Need help with drag & drop rowreordering with compound key and data from multiple tablesFilter: true, bSort: true, columnDefs: [ { orderable: true, className: 'reorder',
- 9th Apr 2018DataTable won't load new data with row.add()bInfo: false, "autoWidth": false, columnDefs: [ {targets: [4, 5, 8,
- 8th Apr 2018How to deal with error handlingurl": '../../datatables/i18n/messages_en.json', }, "dom": '<"top">rt<"bottom"ipl><"clear">', columnDefs: [{ targets: [4], "className": "dt-center"
- 7th Apr 2018How do we get multi-column filtering and multi-column sorting order working togetherautoWidth' : true, 'orderCellsTop' : false, 'columnDefs' : [ { "targets" : [ 0 ], "visible" : false,
- 6th Apr 2018TypeError: c is undefined, when binding data in HTML Tabletype": "POST", "datatype": "json" }, "columnDefs": [{ "targets": [0], "visible": false,
- 5th Apr 2018Datatable in tabs not always responsiveinfoEmpty": datatables_infoEmpty, "zeroRecords": datatables_zeroRecords }, "columnDefs": [ { "orderable": false, "targets": unorderable_columns
- 4th Apr 2018Duplicate recordsscrollX: "1720px", scrollY: "550px", columnDefs: [ /*Row Height Control*/{ className:
- 4th Apr 2018Using fixedcolumns and footerCallback does not sum all of the columns.paging":false , "scrollY":"600px" , "scrollX":"1800px" , "scrollCollapse":true , "columnDefs": [ { className: "LeftNoWrap", "targets": [ 0,1]