Quantcast
Channel: DataTables 1.9 — DataTables forums
Viewing all articles
Browse latest Browse all 1816

[API] On data loaded callback

$
0
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:
    var table = $('#userlist').dataTable( {
        "bProcessing": true,
        "sAjaxSource": 'ajax.php?userlist'
    });

Viewing all articles
Browse latest Browse all 1816

Trending Articles