Search
4198 results 4151-4160
Forum
- 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
- 22nd Apr 2022Initial sorting with ordering is falseto. Are you using columnDefs.targets set to _all? The
- 26th Jan 2022How to disable sort table on click?Checkout the columnDefs.targets docs. Kevin
- 19th Jan 2022When there is an & (ampersand) in one of the rows, Searchbuilder doesn't work.The columnDefs.targets docs show the different option you can use to define multiple targets. Keep in mind you can define columns.render only once for each column. Updated test case: http://live.datatables.net/kavihupu/1/edit Kevin
- 12th Jan 2022add class to dynamic created columnsthat variable as the columnDefs.targets. For example: var classTestIndexes