Is it possible to pass DataTables a DataSet and manipulate the data from there?

Is it possible to pass DataTables a DataSet and manipulate the data from there?

traedoriltraedoril Posts: 3Questions: 2Answers: 0
edited October 2013 in General
I am getting a dataset from my database and I want to pass that directly to DataTables and allow it to display the data on the screen, Is this possible?

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    A data set in what language? Javascript? You could use Knockout observables: http://datatables.net/dev/knockout/

    Allan
This discussion has been closed.