1
I’m using the js Datatables plugin but don’t know how to activate the export functionality to PDF or Excel. Can anyone help me?
From now on agardeço, att.
1
I’m using the js Datatables plugin but don’t know how to activate the export functionality to PDF or Excel. Can anyone help me?
From now on agardeço, att.
1
Excerpt from the documentation of Tabletools of Datatables.net.
/*
* Example initialisation
*/
$(document).ready( function () {
$('#example').dataTable( {
"dom": 'T<"clear">lfrtip',
"tableTools": {
"sSwfPath": "/swf/copy_csv_xls_pdf.swf"
}
} );
} );
Had already solved @Thiagolunardi , but thanks for the attention
@Mike as Voce solved?
Browser other questions tagged javascript jquery web-application
You are not signed in. Login or sign up in order to post.
Sorry, no search: https://www.datatables.net/extensions/tabletools/
– Mike
Anyone who wants to rule out
– Mike