django-rest-framework-datatables
django-rest-framework-datatables copied to clipboard
Seamless integration between Django REST framework and Datatables.
Hello, When I use a raw queryset, I get this exception :  I have found a solution by replacing queryset.count() by len(queryset) and made a new pull request. Thanks,...
Hi, First of all, thank you for creating this framework. It saved me a lot of time integrating datatables with django, especially since I have only been working in diango...
Extension to #149 which includes the params passed into the parent method. This is useful if the override of count needs to depend on other params. Note this will break...
Hi, I have a datatable that represents facilities. They can have multiple addresses. Physical, Postal. I want to display the name of the facility and the address as a single...
To help when stuck due to unauthorized POST call