I'm using this table.ajax.reload();
instruction to refresh a DaTables table but the refresh does not work. It does not give any kind of error.
I'm using this table.ajax.reload();
instruction to refresh a DaTables table but the refresh does not work. It does not give any kind of error.
I have solved it this way:
$('#miTabla').DataTable().ajax.reload();