Search
18435 results 10571-10580
Forum
- 29th Mar 2011Issue with Server-Side Data (json error depending on content of sSearch)in meantime .. i changed ajax type to post "fnServerData": function ( sSource, aoData, fnCallback ) { $.ajax( { "dataType": 'json', "type": "POST", "url": sSource, "data": aoData, "success": fnCallback } ); } and so in qry file $_GET replaced with $_POST .. did not change
- 26th Mar 2011Earliest access to styled tables (prior to data fetch)first pass before the Ajax, and then after the
- 24th Mar 2011[SOLVED] - Use server side data while retaining default Datatables featuresbox with a simple ajax call (so that any
- 23rd Mar 2011Couple questions re: DataTablessaving in combination with Ajax sourced data :-( . The DataTables
- 23rd Mar 2011Total entries listed in the footer is wrongthis section in the ajax php file (changed $sTable
- 20th Mar 2011How to keep formattingcan just do a $.ajax call to get the
- 18th Mar 2011Hiding table headers on export for all buttonsI thought "flash" and "ajax" were the extendable button
- 18th Mar 2011Server-Side PHP PostgreSQL and sOffsetneed to change the ajax code as well. So
- 17th Mar 2011Table is unexpectantly re-initialized only in IEFound it. Don't change the url, even the hash when using ajax. IE gets grumpy.
- 16th Mar 2011server_side example not connected to front endfunction (sSource, aoData, fnCallback) { $.ajax({ "url": url, "data": data,