Skip to content
Advertisement

how to refresh datatables after ajax call

I have tried few way to refresh my data table after an AJAX Call, but not working. I tried draw() and .ajax.reload() function, but still no luck. Any idea how to refresh it?

here my code

HTML

JavaScript

data tables script

JavaScript

ajax script

JavaScript

Advertisement

Answer

Edit: try this (For – datatable version 1.10.9)

JavaScript
User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement