Does anyone know how to change the text of the default "Previous" and "Next" buttons in datatables?
Does anyone know how to change the text of the default "Previous" and "Next" buttons in datatables?
From what I read in documentation :
$('#example').dataTable( {
"language": {
"paginate": {
"previous": "Anterior",
"next": "Próximo"
}
}
} );