Quantcast
Channel: Recent Discussions — DataTables forums
Viewing all articles
Browse latest Browse all 82220

Server-Side "Conversion"

$
0
0

I'm starting to use the new data tables, but am having trouble figuring out server-side processing. The documentation seems almost too simple. This is what I did before. How do I do this in the new API?

'fnServerData': function(sSource, aoData, fnCallback, oSettings) {
     $.getJSON(sSource, aoData, function(data) {
        fnCallback(data);
        // Do something with the data
    });
}

Viewing all articles
Browse latest Browse all 82220

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>