Search
14082 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
- 9th Nov 2021Search filter on hidden column made visiblefooter table .column( $(this).parent().index()+':visible' ) .search( this.value ) // Honnêtement je en
- 4th Nov 2021DataTables and Regex searchoffering the user a search input to enter keywords
- 4th Nov 2021Reset full searchonly clearing the global search, not including the select column searches. You are using the
- 1st Nov 2021SearchPanes "Clear All" button to also clear search box?You can do something like this here, it's enabling the clear when a search is also present. It doesn't need additional code for the clearing of the panes, as that'll happen automatically. Colin
- 27th Oct 2021Highlight search in Responsive child rows when screen is resizedshown'); $('div.slider', row.child()).slideDown(); // highlight search in child row as
- 27th Oct 2021table layout, search box stylingquestion was about the search box. I wanted to
- 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