Search
11430 results 8831-8840
Forum
- 9th Oct 2009Keep user filtering and sorting after user changes page and returnsmy datatable with different filtering and sorting options. The
- 23rd Sep 2009Individual column filtering on the server side tableHi Allan! is it the possibility to make Individual column filtering on the server side table? And if yes what can I do? Thanks!
- 31st Jul 2009Sorting ,pagination and Filtering in a Dynamically Loaded Tablehaving any pagination,sorting and filtering So is there any
- 27th Jul 2009create a table with custom filtershis selections. The user filters data with the string
- 3rd Jul 2009 Filteringtext box for the filtering part, however with the
- 7th Mar 2009Filtering with jQuery.noConflict has 0 resultsHi, I am using Prototype as well as jQuery with http://docs.jquery.com/Core/jQuery.noConflict to get the libaries working together. I went into the dataTables.js and replaced the $ symbol with jQuery. When filtering it brings up no results. Any idea what is happening?
- 8th Aug 2025Negative column filtering@allan @RichardD2 Thanks for the info! I will look into escaping trimval . Super appreciated!
- 6th Aug 2025Searchbuilder "array" column returns no results when filtering on "equals" with multiple valuesLink to test case: https://datatables.net/extensions/searchbuilder/examples/customisation/renderArrays.html Debugger code (debug.datatables.net): N/A Error messages shown: N/A Description of problem: I've had a brief search through the questions and hadn't seen this raised, apologies if it already has been. I was aware there was a fix recently for supporting "equals" in searchbuilder when the column was an array - https://github.com/DataTables/SearchBuilder/pull/25 - but it looks like there's still an issue when using "equals" for rows with multiple values. In the "render arrays" example linked above, if you select data "Permissions", then condition "Equals" and select any value that has more than one permission then no results are shown. Thanks - appreciate how much work you put into this!
- 18th Jul 2025saveState / StateRestore + searchList : filters do not reapply correctlySorry I missed this thread at the time. Your fix is merged in now - many thanks for sending it in :) Allan
- 24th Sep 2024How to add the exact match property on multiple column filters?That test case is loading the nightly for Datatables 1.13.11. I believe the DataTables.SearchOptions were introduced in DT 2.0. I updated the test case to use Datatables 2.1.7 and now the { exact: true } option works. https://live.datatables.net/qejekoti/1/edit Kevin