Search
13805 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
- 6th Apr 2022Column Filter SearchBecause that's a dynamic element, you need to get the val() of the select during the search. This example here demonstrates input elements, the same applies for select, Colin
- 6th Apr 2022ServerSide processing failed on search & PostgreSQLOne additional thing - worth noting that since you are using server-side processing, it is only possible to search in ISO8601 format.
- 31st Mar 2022Search Fuction not foundbelieve the API's, like search() is available in 1.9.
- 28th Mar 2022Why is my search returning only one result?the users, and just search on "ACV ACY", and
- 24th Mar 2022Search Builder - Cell Right-Click to Add a FilterHow about from the API side to allow adding search criteria and leave it to the site developer to implement the UI side? Is this already possible and if so could you point me to the appropriate example?
- 24th Mar 2022Search with commais with the column search term. You have: column
- 22nd Mar 2022Unbind Doesn't Work on DataTable SearchLooks like there is a timing issue with adding the Search element to the DOM and immediately trying to access it. Move the code into initComplete like this: http://live.datatables.net/vebiqoxa/1/edit Kevin
- 18th Mar 2022Tables Columns Search Boxes: reduce the number of draw.Take this column search example and remove the
- 18th Mar 2022Html builder - search parameterThanks for your reply Colin, but the syntaxe is correct, to acces an object in laravel 'search' => ['return' => true] is ok
- 16th Mar 2022Submit button for search with "return" option trueUse the search() API to programmatically execute searching. Kevini