[API] On data loaded callback
[API] On data loaded callback
TheWickerman
Posts: 3Questions: 0Answers: 0
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:
[code]
var table = $('#userlist').dataTable( {
"bProcessing": true,
"sAjaxSource": 'ajax.php?userlist'
});
[/code]
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:
[code]
var table = $('#userlist').dataTable( {
"bProcessing": true,
"sAjaxSource": 'ajax.php?userlist'
});
[/code]
This discussion has been closed.
Replies
Allan