I have a problem in return of JSON in the variable TOTAL that returns NaN is strange because the problem was in the END variable I removed and added END again and returned to normal but, started the NaN in the TOTAL variable. Can anyone help?
$(document).ready(function() {
oTable = $("#grid").dataTable({
"bProcessing": true,
"bServerSide": true,
"bPaginate": true,
"iDisplayLength": 25,
"sPaginationType": "full_numbers",
"sAjaxSource": urlAjaxSource,
"oLanguage": {
"sSearch": "Procurar:",
"sLengthMenu": "Exibir _MENU_ itens por página",
"sZeroRecords": "Nenhum registro encontrado.",
"sInfo": "Exibindo _START_ a _END_ de _TOTAL_ itens"//onde acontece o erro _TOTAL_
}
});
});