Search
13805 results 321-330
Reference
language.searchBuilder.clearAll
› Text to be displayed in the SearchBuilder clear all buttonAs standard, SearchBuilder will set the 'Clear All' button to display 'Clear All'. This option over-rides that value.language.searchBuilder.add
› Set the message to be displayed in the SearchBuilder add buttonAs standard, SearchBuilder will set the add button to display a default text, in this case 'Add Condition'. The value of language.searchBuilder.add is passed into an i18n() function.columns.searchBuilder.orthogonal
› Set values of orthogonal data for rendering functionsSearchBuilder uses these when gettingcolumns.searchBuilder.defaultCondition
› Set a default condition for this columnSearchBuilder uses this option tobutton.searchBuilder
› Button that is enabled when SearchBuilder is to be used through a buttonWhen working with SearchBuilder you will typically wishsearchBuilder.greyscale
› Removes the colours from SearchBuilderSearchBuilder colour codes it's selectsearchBuilder.filterChanged
› Function to update title text when selections are made.time the number of SearchBuilder conditions that are activesearchBuilder.conditions
› Define custom conditions for SearchBuilderto be defined for SearchBuilder (based on data typesearchBuilder.container()
› Returns the node of the SearchBuilder container.container that is storing SearchBuilder. This allows the user
Examples
Forum
- 15th Mar 2022Highlighting Search Strings@kthorngren I've made a change to it and after testing it seems to work. If a search starts with a quote it doesn't show highlighted individual characters... http://live.datatables.net/sehuviro/41/edit
- 14th Mar 2022column search not workoing with special charatersit. you can not search in serial column with
- 7th Mar 2022Is there a way to for search to find exact matches as first priority as well as words out of order?Hi, DataTables build in search isn't actually technically a
- 4th Mar 2022Datatables search option for hyperlinksyou are correct. While search "7980" or any value
- 2nd Mar 2022I can't get search builder to remove the "empty" and "Not empty" optionscorrect way to alter search builder when using buttons.
- 25th Feb 2022Exclude search keyword - do not find.the page can be searched. I have tried to
- 25th Feb 2022Customizing the search barupdated example with the search in the center, length
- 24th Feb 2022How to change the bg color search block and the number of records block?You can inspect the elements you want to change to see what selectors to use. Update Colin's example to show changing the background-color of the search input: http://live.datatables.net/tedokega/5/edit Kevin
- 18th Feb 2022Restoring emptyTable text and hiding search when a table is emptied.The config searching: false will hide the search box. I then destroy and rebuild the DataTable when the user selects criteria to fetch data and don't hide the search box then. I have it all working now...your example helped. Thanks!
- 17th Feb 2022How to apply individual column search at thead of the table ?i did a way of applying it like that but the individual column search does not work anymore. Any suggestions?