Server-side processing
Server-side processing
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!
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!
This discussion has been closed.
Replies
That wouldn't be server-side processing. That is documented here: http://datatables.net/usage/server-side
Allan
Thanks!