Server-side processing

Server-side processing

ccuenca24ccuenca24 Posts: 2Questions: 0Answers: 0
edited January 2014 in General
Hi all!

I have a question related to Server-side processing, i'm using a commercial product that has its own way to get data from ajaxServices, basically it provide a javascript API to invoke ajaxServices which are created with some components of the product, i can use a javascript function to get the resulted JSON response, but i'm new to datatables and my question is if there are a way to pass the result of my invoke (JSON response) to the ajax source of the dataTable.

Thanks!

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    So I understand correctly - you have the data you want to display in the table, from your own Ajax call? In which case, use fnAddData to add it to the table.

    That wouldn't be server-side processing. That is documented here: http://datatables.net/usage/server-side

    Allan
  • ccuenca24ccuenca24 Posts: 2Questions: 0Answers: 0
    OK allan, thanks for your help, let me try and i sent you my findings!!

    Thanks!
This discussion has been closed.