Search
14082 results 41-50
Reference
search.caseInsensitive› Control case-sensitive filtering option.Flag to indicate if the filtering should be case insensitive or not.stateRestoreConfig› Configuration options for StateRestore buttonpaging: true, scroller: true, search: true, searchBuilder: true, searchPanes: true, select: true } } }, 'savedStates',select.headerCheckbox› Control automatic addition of header checkboxrows in the current search set of the DataTablecolumns.searchPanes.orthogonal› Set values of orthogonal data for rendering functionsa string it tells SearchPanes how to display and
Blog
- SearchPanes Release › Usage › Custom Search OptionsSearchPanes also allows for custom search options to be set
- DataTables 1.10.3 › Search delayrate of the built-in search input. DataTables 1.10 introduced
- DataTables 1.10.1, Editor 1.3.2 and more › DataTables › Search place holderits built in global search box through the language.searchPlaceholder
Examples
- 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.
Forum
- 28th Sep 2025Is it possible to set a preDefined search criteria in columnControl?to have an initial search on the table, but
- 26th Sep 2025ColumnControl search decimal formatting (fr) problem1.1.0 with Bootstrap 5) 'search'. It is working fine
- 4th Aug 2025change bootstrap 5 margin class in search input?Is it possible to change the Bootstrap 5 **mt-*** class above the search input? The standard class is <div class="row mt-2 justify-content-between"> I would like to change it to <div class="row mt-3 justify-content-between"> It's a similar issue here: https://datatables.net/forums/discussion/80038/extra-margin-above-below-table-layout-with-bootstrap-5
- 1st Aug 2025Different browser different result for searchwhile edge and firefox searches within word. how can i make chrome search within word? is there
- 29th Jul 2025would you instruct how to rearrange the info element in the top of the table (e.g search box...)I would like to know how to rearrange datatable info elements e.g. search box, pagination bar, ... your help is greatly appreciated
- 26th Jul 2025searchBuilder and searchBeautiful! One observation: if search is active and searchbuider
- 23rd Jul 2025ColumnControl search regexWhen using the ColumnControl search content is it possible
- 18th Jul 2025columnControl search & searchList do not work (no rows are filtered)You have filter: false,. That disabled all search abilities in the DataTable. Remove that and it will work. Out of interest, why did you use that option? It isn't documented and is legacy, only retained for backwards compatibility. Allan
- 21st Jun 2025ColumnControl: Sending search values with ajaxstate() to get the searchList search terms. Go to the
- 19th Jun 2025Custom search function in conflict with global searchwhich uses a custom search function. Previously, the code