Server-side processing, without SQL
Server-side processing, without SQL
yeshua
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,
This discussion has been closed.
Replies
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