Search
13991 results 1071-1080
Forum
- 9th Dec 2016Datatables Search add initial valueThe search option can be used to define an initial search term when the DataTable is created. Allan
- 8th Dec 2016How to update the default search to equals instead of containsHow are you doing the search. Are you using the search() method? As I noted, you can't use the default search (i.e. the default input box) since it always does a contains. Allan
- 2nd Dec 2016Search from dropdown, keep result when sorting?line before the actual search, but I kept the
- 24th Nov 2016I don't want to Search, Show entries, pagination and entry count below.If you want to remove the search, page length etc, you use the dom option that I suggested above. Allan
- 22nd Nov 2016Search API not working while using server-side processingHere is the Microsoft documentation for SQL server's regex. Since you are using server-side processing, you would need to modify your GetSearchResults script to do the regex search. Allan
- 21st Nov 2016How to exclude a specific column from search box and add dropdown filter for that particular column.@daniel_r This is not what I want. See, I want to exclude a single (specific) column from global search. Any other solution ?
- 16th Nov 2016Can we change the location of the default search box?you don't want the search box remove the f
- 10th Nov 2016how to search and go to last page in one line of code?Got it. With SSP you could use: dt .search('') .one( 'draw', function () { dt.page('last').draw( false ); } ) .draw( false ); Not ideal, but it would stop any timing issues. Allan
- 9th Nov 2016How can I integrate Alphabet Input Search feature into a wordpress website?files for the alphabet search, and provide custom initialisation
- 8th Nov 2016Editor: Custom Search Buttonthe column().search() method to search for an empty string.