Default language issue
Default language issue
DiederikvandenB
Posts: 3Questions: 0Answers: 0
Hey!
I think I came across a little bug. I am trying to set default language settings for my website (multiple datatables) because otherwise it clogs up my code. However, when I do this, following the doc's instructions, the table doesn't render anymore.
A fiddle can be found here:
http://jsfiddle.net/F5D2u/
Furthermore, thanks for your continuous development. It makes this plugin awesome!
I think I came across a little bug. I am trying to set default language settings for my website (multiple datatables) because otherwise it clogs up my code. However, when I do this, following the doc's instructions, the table doesn't render anymore.
A fiddle can be found here:
http://jsfiddle.net/F5D2u/
Furthermore, thanks for your continuous development. It makes this plugin awesome!
This discussion has been closed.
Replies
1. You need to do a deep extend since there is a nested object - add `true` as the first parameter for `$.extend` .
2. DataTables 1.10-beta.2 has a bug on the language defaults with camelCase notation. Use the current nightly ( http://datatables.net/download ).
http://jsfiddle.net/F5D2u/1/
Allan