oLanguage.sInfo issue

oLanguage.sInfo issue

pisapapirospisapapiros Posts: 2Questions: 0Answers: 0

Hello,

I have a problem translating oLanguage.sInfo when there are more than 999 entries. The variable TOTAL is wrong.

Eg:
Showing 1 to 50 of 5,601 entries -> 1 bis 50 von 5undefined601 Einträgen

Code:
$.extend($.fn.dataTable.defaults, { "oLanguage": { "sInfo": "START bis END von TOTAL Einträgen", ... } });

More details:
http://debug.datatables.net/iqifax

Replies

This discussion has been closed.