Search
14082 results 21-30
Reference
info.search› Appended to the info string when searching is activea user performs a search operation on the table,search.fixed()› Get / set a named search to apply to a table.server-side to handle fixed search terms. Additionally, searching by functions is notcolumns().search.fixed()› Get / set a named search to apply to a column.server-side to handle fixed search terms. Additionally, searching by functions is notcolumns().search()› Search for data in the selected columns.has a built in search algorithm referred to as "smart" searching and is designed tocolumn().search.fixed()› Get / set a named search to apply to a column.termed sticky or named searches) provides a way to easily add cumulative search terms to the table.column().search()› Search for data in the selected column.While search() provides the ability to
Blog
- Search highlighting with mark js › ConclusionThis article gave you an insight on how to add search keyword highlighting into DataTables with mark.js. datatables.mark.js and mark.js are cross-browser, unit-tested, written in ES6, maintained and open for feature requests.
- Search result highlighting › Feature plug-in › Initialisationto activate highlighting of search terms in a table,
- Alphabet input search - Part II › Part II completed code › Javascriptvar alphabet = $('<div class="alphabet"/>').append( 'Search: ' ); var columnData = table.column(0).data(); var
Forum
- 26th Jan 2026ColumnControl - Auto focus the search input & select filtered resultsauto focus on the search input in the dropdown,
- 23rd Jan 2026ColumnControl - Auto focus the search input & select filtered resultswere asking for the search input inside the dropdown
- 12th Dec 2025ColumnControl: Search icon not activated with Server Side processingtrue. Problem is, the search icon does not change
- 24th Dec 2025Force Search on Enter Error: Cannot read properties of undefined (reading 'toLowerCase')with other types of searches; however, in those cases pressing Enter still triggers the search. When using the calendar
- 22nd Dec 2025Server-side with columnControl: Active state CSS and button Clear Search not workingI have tested the nightly build. It fixes the visual active state, but the "Clear Search" button remained disabled in my Server-Side setup. This commit will address that issue. Thanks for letting me know about it. Allan
- 11th Dec 2025Return Key to Search with ColumnControl Possible?I have searched high and low and
- 8th Dec 2025ColumnControl won't keep state of search if two searches are presentFor two different search inputs supported with state
- 20th Nov 2025Search panes options disappearing when custom filter usedAPI. Using the column search API rather than the
- 14th Nov 2025search highlighting using mark.jswould like to implement search highlighting using mark.js with
- 13th Nov 2025How do you get a DataTables table Search input field to autofill with a parameter passed in a URL?Use Javascript URLSearchParams to get the parameter and assign to a variable. Use search.search with the variable to set the search term used when initializing Datatables. Kevin