Quantcast
Channel: Recent Discussions — DataTables forums
Viewing all articles
Browse latest Browse all 83169

TableTools with serverside processing

$
0
0
Hi,

first, thanks Alan for this great job.

My question is, i'm using dataTables with serverside processing , works perfect.
I have 50 000 rows, i use ajax processing, like this :
jQuery('#example').dataTable( {
				"bProcessing": true,
				"bServerSide": true,
				"sDom": 'T<"clear">lfrtip',
				"sPaginationType": "full_numbers",
				"sAjaxSource": "stat-export/stat_getdata.php",
				"fnServerData": function ( sSource, aoData, fnCallback ) {
					jQuery.ajax( {
						"dataType": 'json', 
						"type": "POST", 
						"url": sSource, 
						"data": aoData, 
						"success": fnCallback
					} );
				}
			
			} );

With TableTools it's almost good , the only thing is when i try to save as csv (or xls) , it's saving only the data present in the DOM (Display records), is there a way to save all data at once (50 000) ?

Viewing all articles
Browse latest Browse all 83169

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>