django-rest-framework-datatables icon indicating copy to clipboard operation
django-rest-framework-datatables copied to clipboard

Seamless integration between Django REST framework and Datatables.

Results 26 django-rest-framework-datatables issues
Sort by recently updated
recently updated
newest added

Hello, When I use a raw queryset, I get this exception : ![image](https://github.com/izimobil/django-rest-framework-datatables/assets/6433793/013f8693-3742-4587-a0f1-57f5fd64c9c5) 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