DataTable con serverside en Python

DataTable con serverside en Python

19fany19fany Posts: 7Questions: 1Answers: 0

hola buenas tardes estoy algo desesperada para integrar serverside en mi datatable ya que yo estoy manejando python con django pero en mi proyecto ya se encuentra en la web pero al momento que cargue un total de 607093 registros mi tabla o mas bien mi pagina no se ve y me coloco esto de "Incomplete response received from application" he estado haciendo pruebas locales pero al parecer nome hace ningun cambio o me alenta la pagina que solucion me das ya lei la documentacion pero no se que estoy importando mal

Replies

  • kthorngrenkthorngren Posts: 20,295Questions: 26Answers: 4,768

    hello, good afternoon, I'm a little desperate to integrate serverside into my datatable since I'm using python with django but my project is already on the web but when I load a total of 607093 records, my table or rather my page is not visible and I get this "Incomplete response received from application" I've been doing local tests but apparently it doesn't make any changes or it encourages me the page that you give me solution I already read the documentation but I don't know what I'm importing wrong

    To use server side processing your server script needs to support the server side processing protocol.

    There are some third party libraries django libraries that integrate Datatables, for example:
    https://django-rest-framework-datatables.readthedocs.io/en/latest/

    Kevin

Sign In or Register to comment.