Ann: django-rest-framework-datatables 0.2.1 released
Ann: django-rest-framework-datatables 0.2.1 released
Hi there !
For those of you that are using Datatables with a django backend:
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.
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