Hi,
I need to perform an operation when the JSON file is downloaded by DataTables. Is there a way to do so?
This is how I initialise DataTable:
I need to perform an operation when the JSON file is downloaded by DataTables. Is there a way to do so?
This is how I initialise DataTable:
var table = $('#userlist').dataTable( { "bProcessing": true, "sAjaxSource": 'ajax.php?userlist' });