Server-side processing, without SQL

Server-side processing, without SQL

yeshuayeshua Posts: 2Questions: 1Answers: 0

I have an application, that return a Json file by REST API with 5000 records , but as I see the only way I could use the server-side script is using the "ssp.class.php". Is there way to use the processing server-side without modifying "ssp.class.php"??

Thanks,

Replies

  • allanallan Posts: 63,761Questions: 1Answers: 10,510 Site admin

    You can use server-side processing with any server-side environment you want - it doesn't need to be PHP nor even my demo file. The DataTables server-side processing protocol is documented in the manual.

    Of course if your API can only return all of the records, then server-side processing is pointless! If it can do paging, sorting and filtering then you can use server-side processing.

    Allan

  • jamesbradleyjamesbradley Posts: 1Questions: 0Answers: 0
    edited February 2016

This discussion has been closed.