Search
14057 results 7621-7630
Forum
- 16th Jan 2013Sending non table data from server sideSorry, a rephrased search yielded many results in this forum. This example is helpful http://datatables.net/examples/server_side/custom_vars.html
- 15th Jan 2013What to put in sDom to display lengthmenu with bootstrapWhat I've done is not OK! It displays: TableTool toolbar - search box Number listbox - search box So, "search box" repeated and presentation is 2 lines instead of just one line.
- 15th Jan 2013DT with Backbone.jslayer which can display / search / sort JS model objects.
- 14th Jan 2013Individual column filtering not workoTable = $('.dataTable').dataTable( { "oLanguage": { "sSearch": "Search all columns:" } } ); $("tfoot input").keyup(
- 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