Search
14013 results 3091-3100
Forum
- 13th Mar 2018Formatted Number Search and LocalizationI've just committed the fix for this and it will be in the next release of DataTables. Thanks for letting us know about it! Allan
- 22nd Jan 2018Error undefined length, start, draw, searchMy guess is that since you are looking for $_POST variables, you haven't set the ajax.type option to be POST (the default is GET). Example available here. Allan
- 17th Jan 2018Set focus to search easilyThanks to both of you. Actually I ended using mix of your answers: Allan's statement in the initComplete, as I was looking for something I could easily include in the "table-creation code". Kevin, thanks for confirmeing my suspicion re. autofocus.
- 14th Jan 2018error 500 on searchThis error is generated by your server. Start by looking at the server's log to find the error. This is mentioned in the link provided in the error. Kevin
- 14th Sep 2017Global StateSave: Refreshing Search field after Post ActionHi, What you would need to do in this case is use stateSaveCallback to store the information into a custom localStorage parameter. This is how DataTables does it by default. You could basically use that and replace the path information. Regards, Allan
- 1st Sep 2017Browser Crash...(Error), whe a new searchHappy to take a look at a test case showing the issue. A 2500 row table shouldn't be crashing the browser. Allan
- 28th Jun 2017Search input out of div on mobileSolved. <style> [type="search"] {width: 70%;} </style>
- 25th Jun 2017Alphabet input search - showing also data for rows with numeric values at the beginningSee updated AlphabetSearch plug-in that allows to use numerical filtering and adds row grouping, ordering and localization support. See more articles about jQuery DataTables on gyrocode.com.
- 19th May 2017Exact dropdown match searchYes - the demo script on this site will use a LIKE statement with wildcards. As tangerine highlights, you'd need to modify whatever server-side script you are using since you are using server-side processing. Allan
- 1st May 2017Table not showing filter and search functionsAs a guess, I bet you are encountering a javascript error so the script stops executing. Open up your console (f12) and try reloading your page and see if any errors show up. Also, look at the raw html that your php is creating after the page is loaded and see if it looks right.