Is that possible to invoke a javascript function in success of datatable ajax call. Here is the code am trying to use,
var oTable = $(\'#app-config\').dataTa
This works fine for me. Another way don't work good
'ajax': { complete: function (data) { console.log(data['responseJSON']); }, 'url': 'xxx.php', },