How to use server side processing?

How to use server side processing?

yashwanth_yasshuyashwanth_yasshu Posts: 1Questions: 1Answers: 0

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
I have been using datatables without server side processing. Now I want to use it because of the increase in the data rows. Do we have to write the php code to use the server side processing? If yes, I'm using python django framework, I'm sure how to use server-side processing.

Answers

  • kthorngrenkthorngren Posts: 20,141Questions: 26Answers: 4,736

    No you don't need to write PHP code for server side processing. Datatables doesn't know what language/framework you use for the server scripts. You will need a server script that supports the Server Side Processing Protocol. Datatables does not supply a Django script so you will need to write one or find a third party library like this:
    https://pypi.org/project/django-serverside-datatable/

    I've not used. any of the libraries so don't know how well they work.

    Kevin

Sign In or Register to comment.