$('#location-list').dataTable( {
"sDom": "<'row-fluid'<'span6'T><'span6'f>r>t<'row-fluid'<'span6 pull-right'i><'span6 pull-right'p>>",
// "sDom": 'T<"clear">lfrtip',
"sSwfPath": "../media/copy_csv_xls_pdf.swf",
"sPaginationType": "bootstrap",
"oTableTools": {
"aButtons": [
//"copy",
//"print",
{
"sExtends": "collection",
"sButtonText": 'Export to <span class="caret" />',
"aButtons": [ "csv", "xls", "pdf" ],
"sFileName": "TableTools - *.xls"
}
]
}
} );
It looks like you're new here. If you want to get involved, click one of these buttons!
Get useful and friendly help straight from the source.