Search
13805 results 361-370
Reference
language.searchBuilder.conditions.string
› Set the condition names for the string column typeThis object sets the text for the condition names in the condition select element. The defaults for each language option is listed below. equals: 'Equals' not: 'Not' startsWith: 'Starts With' notStartsWith: 'Does Not Start With' contains: 'Contains' notContains: 'Does Not Contain' endsWith: 'Ends With' notEndsWith: 'Does Not End With' empty: 'Empty' notEmpty: 'Not Empty'language.searchBuilder.conditions.number
› Set the condition names for the number column typeThis object sets the text for the condition names in the condition select element. The defaults for each language option is listed below. between: 'Between' empty: 'Empty' equals: 'Equals' gt: 'Greater Than' gte: 'Greater Than Equal To' lt: 'Less Than' lte: 'Less Than Equal To' not: 'Not' notBetween: 'Not Between' notEmpty: 'Not Empty'language.searchBuilder.conditions.date
› Set the condition names for the date column typeThis object sets the text for the condition names in the condition select element. The defaults for each language option is listed below. after: 'After' before: 'Before' between: 'Between' empty: 'Empty' equals: 'Equals' not: 'Not' notBetween: 'Not Between' notEmpty: 'Not Empty'language.searchBuilder.conditions.array
› Set the condition names for columns that use arraysThis object sets the text for the condition names in the condition select element. The defaults for each language option is listed below. contains: 'Contains' empty: 'Empty' equals: 'Equals' not: 'Not' notEmpty: 'Not Empty' without: 'Without'language.searchBuilder.condition
› Set the placeholder text for the SearchBuilder condition `-tag select` elementThis will set the placeholder text for the condition select element, by default this is 'Condition'. This dom element is available in custom conditions and plugins also.searchBuilder.logic
› Set the default logic operatorform to use when searching a dataset. When using searchBuilder.preDefined searches, this value is alsosearchBuilder.depthLimit
› Impose a limit on the depth of the groupsThis option allows for a limit to be set on how deep sub groups can be placed from the top level. The top level is considered the first level. Setting a searchBuilder.depthLimit of 2 would allow for criteria to be indented by 1 level as this would then be at the second level - the limit. As default the limit is false, meaning that criteria can be indented as far as desired. Take a look at this example to see this in action.searchBuilder.columns
› Restrict which columns can be filtered onThis is useful as it allows restrictions to be made on which data points can be filtered on. For tables with a large amount of columns, this prevents having a large set of options within the select element.
Examples
- StateRestore › Don't save column searchesThis example shows how to use the
saveState.columns.visible
configuration option (seestateRestoreConfig#saveState
) to disable the saving of the table's current column visibility by setting the initialisation option tofalse
. The default value istrue
meaning that the visibility of the columns will be saved. - SearchPanes › Advanced SearchPanesThis is the section for showing the key configuration options that are available with SearchPanes. This includes showing sub-totals, cascading the panes, selecting which panes to show or hide and pre-selecting rows to name a few.
Forum
- 27th Oct 2021Modify search bar to only search on one columntake over the global search input's keyup event and
- 26th Oct 2021qr scanner integration for search button ?for a specific columns search table.column( 1 ).search( content
- 26th Oct 2021Search by pattern like "(Sec 1)"You can over-ride the existing search control and disable the smart search() - this means that the characters must be sequential. That gives you something like this, Colin
- 26th Oct 2021how to trigger search of datatable when date is selected by vue js datepickerevent on the DataTable search element. If that doesn't
- 17th Oct 2021How to search for exact value in header search boxIt just needs some logic to determine if there is a search string in place - see updated example here: http://live.datatables.net/mowobugu/4/edit Colin
- 17th Oct 2021Create search input on cloned header but make other values emptyyou don't want the search input and use that
- 17th Oct 2021DataTables Search Returning Emptysome issues with the search. 'I tried finding this
- 15th Oct 2021JQuery DataTables Individual Column Searchto be the column search select options oren't updated
- 4th Oct 2021Search Column Condition6. For the Office search use London for an
- 29th Sep 2021ServerSide result but search in current visible resultIn this case the search plugin wont help as