Search
4182 results 4151-4160
Forum
- 14th Mar 2017ColReorder, 2 columns with different data typea unique classname Use columnDefs.targets and provide that unique
- 3rd Jan 2017i am new to datatable concept//can somebody explain me what this function is doing The documentation covers this. //what this line means See columnDefs.targets. Allan
- 7th Nov 2016load table with groups of columns hidden; toggle state with colvisGroup button?It typically does, although you can use the columnDefs.targets option as an array and target multiple columns with it (or a string that will target columns with a common class). Allan
- 20th Nov 2015Help with sorting by datedifference between columns.render and columnDefs.render... columns.render says: The data
- 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