I use JQuery DataTable. I send data to datatable onclick in json file at ajax succes .the first click everything is good,But the next click I get only the right data ANd wro
.reload() is not working properly untill we pass some parameter
var = $("#example").DataTable() ; datatbale_name.ajax.reload(null, false );