Search
13883 results 3001-3010
Forum
- 23rd Oct 2020How to apply filter or search to rows that are taken from previous search?It would be worth looking at SearchPanes or SearchBuilder, otherwise you could do something like this: http://live.datatables.net/cusologu/7/edit Colin
- 26th Sep 2020when i used onclick in TR tag the Show entries and search and pagination isnt show dor meLooks like you have colspan in the tbody. Datatables doesn't support this. The HTML docs provide the specs for this. Kevin
- 1st Sep 2020Is there anyway to introduce a delay when a user is searching with a search boxYep, see searchDelay, Colin
- 31st Aug 2020Server side processing paging, sort and search not workingThanks for the answer, Allan! I read the server side manual carefully and noticed the errors you mentioned. In addition, the amount of records at the moment does not require a server side, as you also mentioned. I am now using client side. Thanks again!
- 24th Aug 2020Change Search Pane modal background?We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here. Cheers, Colin
- 20th Aug 2020search panelsYep, as tangerine said, just a simple test case on http://live.datatables.net/ that demonstrates the issue would be the best way to move this forward. It doesn't need any complexity, just the minimum to reproduce the errors. Colin
- 15th Aug 2020column search for date range with datatablesthank you very much it works perfectly o:)
- 3rd Aug 2020column search filter base on persian date rangesomething that can be searches (e.g. a Unix timestamp).
- 26th Jun 2020Search Panel Jquery UI theme Not Appiled CorrectlyHi @gvcs31 , Ok, in which case that styling is being applied from one of the extra jQuery css files that you are adding in the following tag. <link href="https://code.jquery.com/ui/1.10.2/themes/excite-bike/jquery-ui.css" rel="stylesheet"> This is the css property that is causing the blue background .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #ffffff; background: #1484e6 url(images/ui-bg_diagonals-thick_22_1484e6_40x40.png) 50% 50% repeat; font-weight: bold; color: #ffffff; } A solution to this, if you need to keep that file, is to set some custom css to remove the background on the desired elements. Thanks, Sandy
- 22nd Jun 2020Unable to download Excel and Csv files post searchLooks like the errors have something to do with performing an Ajax request. Don't see any reference to Datatables libraries in the error. I would start by looking at line 734 of the redacted filename. You haven't posted any code so its impossible to provide suggestions. We can help debug if you post a link to your page or a test case showing the issue. Kevin