Hello, I'm happy to announce the availability of the version 0.2.1 of django-rest-framework-datatables:
https://pypi.org/project/djangorestframework-datatables/ Django-rest-framework-datatables is a third party app that provides seamless integration between Django Rest Framework and Datatables (https://datatables.net). Install django-rest-framework-datatables, call your API with "?format=datatables" and it will return a JSON structure that is fully compatible with what Datatables expects. It handles searching, filtering, ordering and most usecases you can imagine with Datatables. The great benefit of django-rest-framework-datatables is that you don’t have to create a different API, your API still work exactly the same unless you specify the datatables format on your request. Links: Github: https://github.com/izimobil/django-rest-framework-datatables Documentation: http://django-rest-framework-datatables.readthedocs.io/en/latest/ Regards, -- David Jean Louis -- You received this message because you are subscribed to the Google Groups "Django REST framework" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
