Search
14021 results 7591-7600
Forum
- 13th Jan 2013Peformance in the IE WebBrowser controlbSearchable before updating the search index Uses innerText instead
- 8th Jan 2013PHP Oracle Joinall variables of general search for ( $i = 0 ; $i
- 7th Jan 2013Adding parameters to a URL to "pre-filter"Thanks. Solved using the following script: [code]$.urlParam = function(name){ var results = new RegExp('[\?&]' + name + '=([^&#]*)').exec(window.location.href); if (!results) { return 0; } return results[1] || 0; }[/code] changed oSearch to: [code]"oSearch": {"sSearch": $.urlParam('search')}[/code] I can now search with http://www.mysite.com/list/?search=ABC
- 4th Jan 2013sDom not working to suppress page info textI still see the "Search" box and the "Showing
- 29th Dec 2012Pass the logged in username the sAjaxSourcethis forum :-). A google search for PHP session hijacking
- 28th Dec 2012TableTools export to PDF How to solve Chinese garbledPlease see http://datatables.net/forums/discussion/6680/tabletools-utf-8-in-pdf-format and a number of other threads in the forum which are related (search for 'TableTools pdf utf8'). Allan
- 27th Dec 2012How does Datatables factor sSearch index for server side processing?I type in a search for just that column
- 24th Dec 2012SELECT filter with JSON dataoTable = $('#example').dataTable( { "oLanguage": { "sSearch": "Search all columns:" } } ); $("tfoot input").keyup(
- 21st Dec 2012HTML Filtering example no longer workingrow order when multiple searches are implemented in sequence,
- 18th Dec 2012Table Tool Export buttons don't handle fnFooterCallback content correctlytyping "123" into the search box. Nothing to do