Hello, why the language code does not work
Hello, why the language code does not work
Arcadiy
Posts: 2Questions: 1Answers: 0
Shortening of lines works, but the language does not change. And if you remove the code for shortening the lines, the language changes. But after all, the code of lines is working, how to combine them? Thanks
$(document).ready(function() {
$('#example').dataTable(
{
"pageLength": 5}, {
"language": {
"url": "/dataTables.russian.lang"
}
} );
} );
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
your syntax does not match what is shown https://datatables.net/reference/option/language.url
hmmm, not working for me either
is this right" http://live.datatables.net/pobahota/1/edit
@bindrid Thank you!!!