Search
4202 results 21-30
Forum
- 13th Dec 2020aoColumnDefs + columnDefsis what you want: "columnDefs": [ // { "bSearchable": true, "bVisible": false,
- 8th Dec 2020child rows / using "columnDefs" AND "columns"You would use either columns, or columnDefs, not both. If you need to define all columns (perhaps because you're using ajax objects), then put all the config into columns, Colin
- 22nd Nov 2020Can't join columns with columnDefs with ajax dataTry removing columnDefs and just apply the config in columns. Something like this: columns: [ { "data": null, defaultContent: "", "targets": 'selectionCol', orderable: false, className: 'select-checkbox' }, { "data": "FIO" }, { "data": "FullPostNameRU" }, { "data": "depnameRU" } ], Kevin
- 19th Oct 2020Change columnDefs and reload tableYou can't change columnDefs once the table is
- 6th Jul 2020different columnDefs for multiple tablesfunction with all your columnDefs configs. In your loop
- 25th Mar 2020How do I prevent inline-editor from calling the render functions from columnDefs?gets re-rendered(IE: all the columnDefs function get called again).
- 13th Mar 2020update property columnDefs. 'orderData'this object push in columnDefs need do not in
- 29th Jan 2020Statesave + colreorder + columndefs COMBO PROBLEMok solved: "columnDefs": [ { targets: 'date', data: { _: "date.display", sort: "date.@data-order", type: "date.@data-order" } } ]
- 18th Dec 2019render function provided in columndefs not used when redrawingfunction provided in the columndefs object is called to
- 16th Nov 2019multiple columndefs with moment date formatAs you noted the columnDefs.targets requires the s meaning