That, someone knows how I can limit the number of data to export when I use the tableTools library, let's say that if I use 100 entries I only copy or export those 100 entries, since when I copy or export I usually copy more than 500 records from my db. this is how I add that dataTable function
$('.dataTable').dataTable({
"bJQueryUI": 'true',
"dom": 'T<"clear">lfrtip',
"sPaginationType": "full_numbers",
"tableTools": {
"sSwfPath": "./swf/copy_csv_xls_pdf.swf"}
});