Search
13995 results 311-320
Reference
language.searchBuilder.title› Set the SearchBuilder Title textSearchbuilder can show summary informationlanguage.searchBuilder.rightTitle› Set the title attribute of the SearchBuilder right buttonAs standard, SearchBuilder will set the right button's title to 'Indent criteria'. This title is displayed when the mouse hovers over the right button. The value of language.searchBuilder.rightTitle is passed into an i18n() function.language.searchBuilder.right› Set the text of the SearchBuilder right buttonAs standard, SearchBuilder will set the right button's text to '>'. The value of language.searchBuilder.right is passed into an i18n() function.language.searchBuilder.logicOr› Message to display when OR logic is in placeAs standard, SearchBuilder will set the logic button to display 'Or' when OR logic is in place.language.searchBuilder.logicAnd› Message to display when AND logic is in placeAs standard, SearchBuilder will set the logic button to display 'And' when AND logic is in place.language.searchBuilder.leftTitle› Set the title attribute of the SearchBuilder left buttonAs standard, SearchBuilder will set the left button's title to 'Outdent criteria'. This title is displayed when the mouse hovers over the left button. The value of language.searchBuilder.leftTitle is passed into an i18n() function.language.searchBuilder.left› Set the text of the SearchBuilder left buttonAs standard, SearchBuilder will set the left button's text to '<'. The value of language.searchBuilder.left is passed into an i18n() function.language.searchBuilder.deleteTitle› Set the `title` attribute of the SearchBuilder delete criteria buttonAs standard, SearchBuilder will set the delete criteria button's title to 'Delete filtering rule'. This title is displayed when the mouse hovers over the delete button. The value of language.searchBuilder.deleteTitle is passed into an i18n() function.language.searchBuilder.delete› Set the html of the SearchBuilder delete criteria buttonAs standard, SearchBuilder will set the delete criteria button's html to '×'. Which is a HTML character for a small cross. The value of language.searchBuilder.delete is passed into an i18n() function.language.searchBuilder.conditions[type]› The object containing the condition names for a specific typeto be customised within SearchBuilder. This allows for Internationalisation
Forum
- 14th Jul 2022Search in Datatable so that I can search Column starts from specific alphabet by excluding prefixes?are using the alphabet search plugin Allan linked to
- 12th Jul 2022Search by Date RangeYou will need to use a search plugin for a range search. See if this date range plugin works for you. Here is a similar number range example. Kevin
- 6th Jul 2022Search by Multiple Values in One Columnregex mode. See the search() docs for details. You
- 23rd Jun 2022How can I make the search box of DataTables retain search records?That isn't a feature of DataTables I'm afraid. It would require a custom input box using something like Select2, and have it call the search() method, rather than using the built in search box. Allan
- 20th Jun 2022Is it possible to apply a search to my search panes when the page initially loads?option to preselect with search panes. If you are
- 17th Jun 2022Why does search builder use "display" orthogonal instead of "search" ?to be able to search the tool tip. I
- 13th Jun 2022Search Builder is case-sensitive. How to change? N.B. Editor examples not workingWith our server-side libraries? What database type are you using? With Postgres you would probably need to use lower() on search term and column, which isn't going to be trivial to add to the libraries. Allan
- 13th Jun 2022Customize each search panes to use multi or singleI see I can target the columns directly, what if the target is a custom search pane like the example in the sandbox?
- 9th Jun 2022there is a way to clear search parameter i'm using Railsempty string as the search parameter will clear the
- 8th Jun 2022Gathering all search fields for akaenter on the global search input: $('input', this.footer()).on('keypress', function