Hi Everybody,
I'm a newbie and I want to know why this code return a unexpected error code message.
Thank's for your help !
$(document).ready( function () {
$('#my-table').dataTable( {
"sDom": 'T<"clear">lfrtip',
"oTableTools": {
"sSwfPath": "copy_csv_xls_pdf.swf"
}
"oLanguage": {
"sUrl": "datatables.french.txt"
}
} );
} );
I'm a newbie and I want to know why this code return a unexpected error code message.
Thank's for your help !
$(document).ready( function () {
$('#my-table').dataTable( {
"sDom": 'T<"clear">lfrtip',
"oTableTools": {
"sSwfPath": "copy_csv_xls_pdf.swf"
}
"oLanguage": {
"sUrl": "datatables.french.txt"
}
} );
} );