Refresh datatables table (jquery)

-1

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.

    
asked by Lorenzo Martín 11.09.2018 в 12:39
source

1 answer

0

I have solved it this way:

$('#miTabla').DataTable().ajax.reload();
    
answered by 11.09.2018 в 13:40