Search
14049 results 11-20
Reference
language.stateRestore.creationModal.search› Set the text for the label of the search checkbox within the creation modalthat allows toggling of search state saving within thelanguage.stateRestore.creationModal.columns.search› Set the text for the label of the columns search checkbox within the creation modaltoggling of column specific search state saving within thesearch.search› Set an initial filtering condition on the table.Search term that should be applied to the table.search.return› Enable / disable DataTables' search on returnallows the number of searches to be reduced. Whensearch.regex› Enable / disable escaping of regular expression characters in the search term.to indicate if the search term should be interpretedlanguage.search› Search input stringstring for a specific search input control. The tokensearch.text› Text for search controlbe used for the search input for the table.search.processing› Show processing indicator when searchingof time for a search process to run. Thissearch.placeholder› Placeholder for the input elementinput element that the search feature uses to allow
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