Hello,
I've some problems with DataTables. If I use it local with xampp under Windows, everything is fine. But if I copy the same files to my application server (Linux), the "options" parameter of DataTables is ignored:
"language"=>"de",
"options"=>array(
"paging"=>true,
"colReorder"=>true
),
If I use the language parameter, the DataTable isn't shown (there is no error message) and if I delete the language parameter the DataTable is shown (with data), but the options parameter ist ignored.
I think there is a configuration issue, but which one???
Best regards.