Search
13944 results 821-830
Forum
- 19th Sep 2018Individual column search (text inputs) in editor does not workworks perfect doing this ... thanks a lot allan! initComplete: function () { this.api().columns().every( function () { var that = this; $( 'input', this.footer() ).on( 'keyup change', function () { if ( that.search() !== this.value ) { that .search( this.value ) .draw(); } } ); } ); }
- 13th Sep 2018DataTable search resets text input field values to the defaultValueany text in the search field Problem: The typed
- 13th Sep 2018Hide entries drop down option & placing search elsewhere.example - you wanted a search outside of the table
- 6th Sep 2018How to change the search language option dynamicallyAlternatively to change the search label, per [this page]
- 6th Sep 2018Slow typing in Search boxhas said above, the search input action performed by
- 6th Sep 2018Moving Search Bar on MDBootstrap tableHi @catkeson , By default, the search input element is already on the right. To move it to the left, do something like this. This thread here gives some info on that. Cheers, Colin
- 1st Sep 2018Hide data until searchHi @btb12 , You would need a custom search, but easily done with something like this. Cheers, Colin
- 30th Aug 2018Column Search - Prefix matchHi @beerygaz , You can use a regular expression column search with this column().search() and add "^" to the start of the search string - that will only match when that string is at the beginning. Cheers, Colin
- 30th Aug 2018Regex search with server sideWhat version of the Editor libraries were you using before? I don't think Editor's PHP libraries have ever supported REGEX search in server-side processing mode. I wonder if that was a local modification? Thanks, Allan
- 30th Aug 2018Datatable Search on decimalin the link, the search not working as expected.