Search
4198 results 4171-4180
Forum
- 1st Jun 2015how to sort by a column that has this format ?You are using aoColumnDefs without a targets option. See columnDefs.targets. Allan
- 7th Nov 2014Not disabling the first th columnaTargets should be an array of the column numbers you want the definition to apply to Actually the columnDefs.targets can be a string as well to target columns with that class, which it looks like what @xtremer360 is doing. Allan
- 10th Oct 2014I have a column which has suffix m in it. Any way to remove m and process data for sorting?Use the columnDefs.targets option to apply it to a specific column, or set of columns. Allan
- 20th May 2014Disable sortingYou want to add "ordering": false to your initialization. See ordering. Example If you only want to disable it for certain columns, see columnDefs.targets.
- 14th May 2014bsorting on two columnsUse the columnDefs.targets option. Allan
- 17th Feb 2022Add data-search to td on ajax calladding it through the columnDefs.createdCell but found through another
- 27th Dec 2017How do I scroll to a specific column?It looks like this question has been asked a number of times before, but the discussions are all closed with no response. Please let me know if this is possible. I'm trying to do it in the columnDefs[createdCell...] function.
- 16th Nov 2016ajax.reload not working for meUnknown"; } }}, {"data":"supportID", "autoWidth": true}], "columnDefs":[{"targets": [3], "searchable":false, "sortable": false,
- 20th May 2016Improvement to the columnDef render callbackbeneficial to allow the columnDefs.render callback to return an
- 29th Apr 2016How use filters for hidden columns?say I have this "columnDefs:[{targets: [5,6,7],visible: false,},]" but I