Search
13902 results 1001-1010
Forum
- 7th Jul 2017search in regex modeMy original answer is not correct... I just noticed that you are using server side processing. Your server side script will need to process the regex search and return the correct rows. Kevin
- 3rd Jul 2017Search array of numbers for exact matchqualSearch.push("\\b" + parseInt(quals[i]) + "\\b"); } var search = qualSearch.join("|"); _DTOWLInfoGrid.columns(7).search(qualSearch.join("|"), true, false,
- 29th Jun 2017After Global Search sorting is FailedAllan@ I'm using for this functionality ($.fn.dataTable.ext.search.push) search by particular column only. Sure. But you are adding it every time the return key is pressed. That's going to be very bad for performance. Allan
- 29th Jun 2017Search field not workingDataTables won't automatically get information from the URL's query string. If you need that ability you need to do it yourself (window.location.query) and then set the search option with the value. Allan
- 26th Jun 2017Delay or stop initial display and don't trigger results before min 3 characters entered in searchcan still sent empty search inputs and get the
- 26th Jun 2017Search specific column in global search fielduse columns.searchable to disable search on some columns - but
- 21st Jun 2017does anybody know how to add search highlight and add column ?it work's,but then the search field is completely disabled
- 21st Jun 2017Help needed with Server Side (MySQL) Search Improvementto handle a smarter search. Perhaps the easiest option
- 14th Jun 2017Server side search problem with refresh resultsI`m using built in search of datatables. Here is
- 14th Jun 2017Keypress delay when entering text in search box?It still can cause unneeded traffic. My solution was to remove the default handler and add a keydown and watch for the enter key, plus I put a search image button next to the search box.