Search
11456 results 8861-8870
Forum
- 30th Jan 2026How to debounce/delay SearchBuilder filtering/When using SearchBuilder on a serverside table, having the table refresh on each character input can be disruptive and it blocks further inputs until it loads the data. Currently the normal search has a debounce feature and doesn't perform the search until after 400ms has passed, is there a way to make SearchBuilder behave the same?
- 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
- 12th Jan 2022state save with filters - how to repopulateWhen using state save and saving the search. How do you repopulate the dropdown when navigating back to the page with the grid?
- 20th Aug 2024is possible to do filtering on sub category pane2 based on values from main category (pane1)I know how do it like the example that the pane counts are updated when filtered https://datatables.net/extensions/searchpanes/examples/customFiltering/customOptionConditions.html, I am just wondering how it can be done so that the filtered sub categories aren't shown at all.
- 14th Aug 2024SearchPanes - shows empty page after filteringJust updated to DataTables v2.1.3 and it looks like this problem has now been fixed.
- 26th Mar 2024Example of dependent() for filtering type: datatableEditor should handle the reselection of values automatically. Can you give me a link to a page showing the issue please? Allan
- 18th Nov 2023How can I use column filtering in PHP projectOn this page I can't see the HTML code. That's odd. I'll look into that. For the time being, just right click and "View source". It is just a regular HTML table. In addition to rf1234's comment, I'd suggest you read the Ajax section of the manual to discover how to use Ajax sourced data with DataTables (the Ajax source can be PHP or any other server-side environment). Allan