Language Plugin error

Language Plugin error

SeppelchenSeppelchen Posts: 69Questions: 25Answers: 1
edited October 2014 in DataTables

If I am insert:

                "oLanguage": {
       "sUrl": "DataTables/plugins/i18n/German.lang"
     },

into:

// DataTables init
                $('#flight').dataTable( {
                "sDom": 'T<"clear">lfrtip',
                "oTableTools": {
                "sSwfPath": "copy_csv_xls_pdf.swf"
                },

"oLanguage": {
"sUrl": "DataTables/plugins/i18n/German.lang"
},

                "sAjaxSource": "php/abc.php",
                "aoColumnDefs": [

like:
// DataTables init
$('#flight').dataTable( {
"sDom": 'T<"clear">lfrtip',
"oTableTools": {
"sSwfPath": "copy_csv_xls_pdf.swf"
},
"oLanguage": {
"sUrl": "DataTables/plugins/i18n/German.lang"
},

                "sAjaxSource": "php/abc.php",
                "aoColumnDefs": [

It won’t run correct … Than we get the issue that we can't click on our menu...

Answers

  • SeppelchenSeppelchen Posts: 69Questions: 25Answers: 1

    Issue was solved... caused on order of include JS files.

This discussion has been closed.