Search
13995 results 101-110
Manual
Reference
filter()› Create a new API instance with all elements from the result set which pass a given test.not be confused with search() which is used tocolumn().type()› Get a column's data type.data type is for search data can be important.cell().data()› Get / set data for the selected cellthe data (i.e. the search and order cache) untilDataTable.util.throttle()› Throttle the calls to a method to reduce call frequencythrottling). For example, consider searching a table with the search() method. If you areDataTable.util.stripHtml()› Remove HTML from a stringe.g. for ordering and search in the table. ThisDataTable.util.escapeRegex()› Escape special characters in a regular expression stringfor user input of search data) - this method exposesDataTable.util.diacritics()› Normalise diacritic characters in a string.When searching in DataTables we provide the ability to search for words which haveDataTable.util.debounce()› Wait for a timeout before calling a functionis for use with search input when server-side processingDataTable.datetime()› Register a date / time format for DataTables to usefor sorting, and advanced search with SearchBuilder). This allows DataTables to
Forum
- 27th May 2024Cannot filter on date column with french format using advanced searchto make the advanced search work with my date
- 23rd May 2024Custom Search box - AND/OR logic operatorsIf you want to reuse the built in search box, make sure you unbind its own event listeners so you can add your own. Creating what you want as a feature plugin would be much more modular though. Allan
- 22nd May 2024Search resultsFollowing a forum search, the "Found: n matches. Go >" link throws a 404.
- 18th May 2024Server Side & search builder. Two calls to the serverserver call, with no search builder and then a
- 18th May 2024Server Side & search builder. Two calls to the serverserver call, with no search builder and then a
- 16th May 2024Is there a way to include multi-column search with Server Side Processing?https://datatables.net/examples/data_sources/server_side But with that search field only works with
- 9th May 20242.0 - ColReorder and Column Search Not Working TogetherSee the ColReorder column search example. Note that it uses a different technique to get the column index, including the use of column-selector of :visible. Kevin
- 8th May 2024Clearing search box behavioris why does the search("") trigger a page refresh,
- 8th May 2024show data dropdown list in alphabetical order search builderWant to show data dropdown items in alphabetically order in search builder section. Version : SearchBuilder 1.3.1
- 6th May 2024SearchBuilder - Can it search into row data that are not displayed?No. It is a column based search (the user selected what column the want to operate on). The closest would be a hidden column that the end user cannot see. Allan