djangorestframework-datatables and searchPanes
djangorestframework-datatables and searchPanes
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
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
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.