Multiple Datatables and oLanguage file
Multiple Datatables and oLanguage file
I have several datatables on the same page and I'm calling each time :
[code]
"oLanguage": {"sUrl": "http://example.com/media/js/fr_FR.json"},
[/code]
Is there a way to apply this setting globally (this makes a download of the js file each time)
thank you!!
[code]
"oLanguage": {"sUrl": "http://example.com/media/js/fr_FR.json"},
[/code]
Is there a way to apply this setting globally (this makes a download of the js file each time)
thank you!!
This discussion has been closed.
Replies
Thanks a lot!
Regards!
the language file is valid JSON, right?
Thanks a lot, mate! You hint was fabulous, works like a charm! Brilliant!!!