datatable internationalisation

Viewing 1 post (of 1 total)
#19943

maxfagotto
Member

If you don’t leave from core code this few lines in wpdm-all-downlaods.php

jQuery(function($){
$(‘#wpdmmydls’).dataTable({

“iDisplayLength”: <?php echo $params[‘items_per_page’] ?>,
“aLengthMenu”:

<?php echo $params[‘items_per_page’]; ?>, 10, 25, 50, -1], [<?php echo $params[‘items_per_page’]; ?>, 10, 25, 50, “All”

});
});

we can’t load any other instance for datatable for example to insert another language.

Thanks
Max

Viewing 1 post (of 1 total)

The topic ‘datatable internationalisation’ is closed to new replies.