Search
13806 results 411-420
General
- Download › Editor 2.0 › Upgrading from 1.9also used in our SearchBuilder extension for DataTables.
- Editor 2.3.0 release notes › Release notes › Node.jsFixes: null values were not selectable when using SearchPanes and server-side processing Numeric validators weren't correctly handling the "common" validation that allowed it to pass (e.g. optional and empty) Tweak to validation function for booleans (duplication of tests)
- Editor 2.2.1 release notes › Node.jsFix: SearchBuilder server-side processing date "between" condition would cause a server error when the first date had been entered.
- Editor 2.1.3 release notes › PHPfor Oracle driver Fix: SearchPane option ordering could give
- Editor 2.1.0 release notes › Release notes › PHPfetch Fix: Performance of SearchPanes server-side processing was significantly
- Editor 2.0.8 release notes › Release notes › Editor-PHPSearchPaneOptions, adding this allows SearchBuilder to display select elements
- Editor 2.0.7 release notes › Release notes › Editor-PHPNew: Support for SearchPanes 2 server-side processing with
- Editor 2.0.6 release notes › Release notes › PHPfix: Fix issue with SearchPanes not being able to
- Editor 2.0.5 release notes › Release notes › PHPPHP SSP integration for SearchBuilder. Conditions all working, but
Forum
- 16th Jun 2021And Operator in Custom filter for search api is not workingis to create a search plugin. See this example.
- 16th Jun 2021About search builder.ALL, Looking for the search builder as shown above
- 15th Jun 2021searchBuilder plus highCharts - chart not updating after searchwhen I do a search between two dates {15/06/21}
- 10th Jun 2021How to clear the search, select, checkbox and radio filters at once ?few rows via the search option. Try these steps:
- 8th Jun 2021Bug: With stateSave true, search column, return to page & column input is blank but still filterThe search inputs are not created
- 4th Jun 2021Is there the posibility to search multiple words within one columnssample code: var color=""; if(document.getElementById('red').checked){color="red|";} if(document.getElementById('orange').checked){color+="orange|";} if(document.getElementById('green').checked){color+="green|";} if(document.getElementById('yellow').checked){color+="yellow|";} color=color.substring(0, color.length - 1); var table= $('#table_id').DataTable(); table.columns( 2 ).search( color, true,false ).draw();
- 4th Jun 2021Individual column search on Enter key does not update other columns' valuesHow to achieve same on key press if search box move to header? I have tried with $('input', this.header()).keypress(function (e) {... but it's not working.
- 4th Jun 2021Search and match each wordThis example from this thread should get you going, it's doing that. It's using regexes in search(). See also this example as a good way to experiment with those things. Colin
- 3rd Jun 2021Search on specific columns doesn't work why?That's because you're not doing a column search, which would be column().search(). You're doing a global search (search()), so the search box will reflect the search that's being applied. Colin
- 31st May 2021search is not happening in server side script when i return the valuesnot being able to search in that column, the