Unexpected token

Unexpected token

Flo78Flo78 Posts: 1Questions: 0Answers: 0
edited April 2013 in DataTables 1.9
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"
}
} );

} );

Replies

  • allanallan Posts: 63,389Questions: 1Answers: 10,449 Site admin
    I don't know - it looks fine to me. Please link to a test case: http://datatables.net/forums/discussion/12899/post-test-cases-when-asking-for-help-please-read

    Allan
This discussion has been closed.