djangorestframework-datatables and searchPanes

djangorestframework-datatables and searchPanes

jSortisjSortis Posts: 2Questions: 1Answers: 0

Hello jrbeilke,

Hope not to bother, but I saw your comment here:
https://datatables.net/forums/discussion/66655/empty-searchpanes-when-using-server-side-processing

and I would like to use searchPanes plugin with the djangorestframework-datatables package
would you share your code or give me some tips to start my own fork?

Thanks!

Answers

  • allanallan Posts: 65,397Questions: 1Answers: 10,858 Site admin

    This is the place to start if you want to write a custom implementation for SearchPanes with server-side processing.

    You can see the PHP libraries that I ship with Editor being used to achieve that in this example, which you might find useful to look at the data being sent to and returned from the server.

    Allan

  • jSortisjSortis Posts: 2Questions: 1Answers: 0

    Thank you allan, I will give it a try.

    My biggest doubts are about how to add/install my fork of the packge, but I am working on it.

Sign In or Register to comment.