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

I followed the doc tutorial and the data tables worked, but when I sort or chose a different page or search for values I get the problem @izimobil Test-Case https://codepen.io/TheNerdy97/pen/gOvNeeo?html-preprocessor=pug...

Hello, I'm trying to filter a queryset using a method instead of field_name, but I can't get the method to be called. Here is my code: class CustomerMasterGlobalFilter(DatatablesFilterSet): best_account_address =...

question

Whilst submitting the answer to #97 I noticed that the AND behaviour is not supported. The docs say: > The values within a single name field are tied together using...

Hi, this is a good plugin for showing and filtering data. I have a problem though using the search field. Could you help me please ? Thankyou! `DatabaseError at /app/data/`...

I am using a setup similar to the [`AlbumFilterListView`](https://github.com/izimobil/django-rest-framework-datatables/blob/1984ec06c5bf54ccb15f27d467bd5736e3f31579/example/albums/views.py#L101). I am using the `DatatablesFilterBackend` on a table with around 20k rows in production. I have been doing some investigation to...

enhancement
Feedback requested

Hi, I have a field in Postgres of Date type. I am able to use this plugin to search for text string using regex, however unable to filter by date...

question

Do we have any support for smart filtering on the server-side? https://datatables.net/forums/discussion/24637/smart-search-whith-serverside-ssp#Comment_68324 https://datatables.net/forums/discussion/8045/smart-filtering-does-not-work-on-server-side-processing Thank you for this package, it is very useful.

enhancement
help wanted
question

I tried to update the example application to include global search support for the YADCF column filters. i.e. in example/album/views.py: ```python class YADCFModelMultipleChoiceFilter(GlobalFilter, filters.ModelMultipleChoiceFilter): field_class = YADCFModelMultipleChoiceField class GlobalCharFilter(GlobalFilter, filters.CharFilter):...

Hello, I wonder if it's is normal to change the behavior of json request, eg. *?format=json* I have different API and I just want to use this library for one...

enhancement