<script>
$(document).ready(function() {
$('#tabloid').DataTable( {
language: {
url: '//cdn.datatables.net/plug-ins/9dcbecd42ad/i18n/Turkish.json'
}
} );
} );
</script>
Dil dosyasını uzaktan çağırmak isterseniz bu şekilde yapınız. Tablonuza bir id verin, tabloid yi kendi tablonuza göre uyarlayin.
DataTables warning: table id=dataTable - Cannot reinitialise DataTable. For more information about this error, please see http://datatables.net/tn/3
Hocam şu şekilde bir alert alıyorum.