Search
4182 results 4131-4140
Forum
- 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
- 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
- 11th Mar 2023How to color all cells in a row? (Number of rows and/or columns may vary.)rowColor: red. Similar to columnDefs.targets. It seems you would
- 21st Feb 2023Apply function on "table header names"See the columnDefs.targets docs for the options you can use to select the columns. If you can apply a calssname to the th then use that as the columnDefs.targets selector. Kevin
- 19th Oct 2022How do I allow case-sensitive sorting on all columns with correct numerical sorting?array variable for the columnDefs.targets. Kevin