Search
14173 results 51-60
Reference
search.smart› Enable / disable DataTables' smart filteringDataTables' built-in filtering is "smart" in that it breaks the user's input into individual words and then matches those words in any position and in any order in the table (rather than simple doing a simple string compare). Although this can significantly enhance usability of the filtering feature, it uses a complex regular expression to perform this task, and as such it can interfere with a custom regular expression input if you enable that option (search.regex). As such, this option is provided to disable this smart filtering ability.search.caseInsensitive› Control case-sensitive filtering option.Flag to indicate whether or not the filtering should be case-insensitive.
Examples
- DataTables › Custom filtering - range searchwhen you wish to search data presented to the
- DataTables › Search API (regular expressions)and as a smart search or not. When smart searching is enabled on a
- DataTables › Enter Key to Searchused so that the search is only triggered when
- DataTables › Buttons - search toggleAs well as the selection control buttons, Select also provides a button that can be used to toggle a filter that will reduce the display to just those rows in the table which are selected:
showSelected. This example demonstrates this button. To see it in action, select one or more rows and then toggle the button by clicking on it. The display will reduce to just the selected rows. Toggle the button again and the filter will be removed. - SearchBuilder › Predefined SearchThis example shows how to create a pre-defined filter using
searchBuilder.preDefined. More details on the structure and properties can be found in theSearchBuilder.Conditiondocumentation. A more detailed walkthrough of preDefined options can be found at this doc page. - Editor › SearchPanes - Search listsoption">searchPanes with Editor. Since SearchPanes 1.1 server-side processing has
- Editor › SearchBuilder - Complex search operationshref="//datatables.net/extensions/searchbuilder">SearchBuilder with Editor. Since SearchBuilder 1.2 server-side processing has
- ColumnControl › Search listThe examples in this section demonstrate ColumnControl's
searchListcontrol, which is used to show a toggleable list of options to the end user.
Forum
- 19th Jun 2025Custom search function in conflict with global searchwhich uses a custom search function. Previously, the code
- 6th Jun 2025Internationalisation plug-ins: Columncontrol "search" control labelsColumcontrol Extension with the "search" content the labels are
- 5th Jun 2025ColumnControl Clear Search Runs Slow With Many ColumnsThe clear column control search takes 15-30 seconds to
- 5th Jun 2025How to implement filtering on column without bypassing the table searchapproach to consolidate all searches into one search bar and decided to
- 4th Jun 2025ColumnControl / Boostrap 5 - Cannot click on clear search iconThe select in the search div seems to be
- 27th May 2025How do you add a "Clear" button for the global search box?resets the default global search box when users type
- 26th May 2025How to make DataTables global search include data- attributes in tags?columns and the gloabl search will still search them.
- 16th May 2025search is stopping when string contains special characters like periodPlease provide more details like what you mean by "search is stopping" and what search are you performing. Better is a link to a test case showing the issue to allow us to help debug. https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case Kevin
- 11th May 2025Search Using a RegExp ObjectI should probably mention that doesn't work for server-side processing. Very much a client-side search action that. (Just in case anyone else finds this thread :)). Allan
- 25th Apr 2025Table of whole input filed can't use input searchused as the global search, not column specific! Remove