Search
4227 results 4171-4180
Forum
- 2nd Mar 2013How to put multiple data in a datatable column?using the following: [code] columnDefs = [ { "mData": "name", "aTargets":[0] }, { "mData":
- 31st May 2012tabletoolsi thnk its the columndefs but i just cant
- 23rd Apr 2012bSearchable issueWhy my columnDefs are false on bSearchable param and my dtable continue to search on that columns ? Thanks
- 14th Jul 2016columnDefs.sortable is not described on the options pagecolumnsDef.sortable is used in the Index Column example but not mentioned in the Options Reference. I was initially confused b/c I thought it caused the index column to remain static. After reading the full example I realized there was some extra JS creating the effect. It seems to be the same as columnsDef.orderable?
- 3rd Mar 2016Using columnDefs.Render to add checkbox to a column not working as hopedeven though I specify columnDefs.targets = 0; to point to
- 23rd Mar 2026Feature Request / Architectural limitation: Differentiating 'filter' data for Global vs Colum searchCurrently, I am using columnDefs.render to feed orthogonal data
- 12th Sep 2025How to show a full dropdown (all distinct values) instead of a text input?Select2 to and use columnDefs.targets to define the columns
- 18th Mar 2025Search can't be correctly performed with some cyrillic characters in input string since using DT2.2+to set in `-init columnDefs.targets' all columns within a
- 10th Jun 2024Absolute Sorting - Having Difficulty{ type: 'namesType', targets: '_' } Have two errors. The variable namesType should be passed in, not a string, and targets should be _all (there is no _ target in columnDefs.targets). { type: namesType, targets: '_all' } https://live.datatables.net/fuvuzahi/3/edit Allan
- 4th Dec 2023Searchpane with multiple values in one columnof the options containing columnDefs.targets of 2 will be