django-ajax-datatable icon indicating copy to clipboard operation
django-ajax-datatable copied to clipboard

A Django app which provides the integration of a Django project with the jQuery Javascript library DataTables.net

Results 52 django-ajax-datatable issues
Sort by recently updated
recently updated
newest added

As i tried to filter records on table, it shows only filtered record count and not actual records count before filtering - http://django-ajax-datatable-demo.brainstorm.it/tracks/ It should as excepted like actual jquery...

todo

Hi, I just found this package: Thanks already for providing this awesome piece of work! I was wondering if I could use it for my 1-to-many situation though: I have...

enhancement

I have dynamic field name, constructed based on combination for two or more model field values. Now if I want to apply filter on this field, is it possible to...

hi how can i set search delay or set a throttle frequency for searching? i have put this option but nothing happend https://datatables.net/reference/option/searchDelay

enhancement

How to change id column name from pk to something else

I installed by "pip install django-ajax-datatable". Current version installed 4.4.4 The requested package pytz is not installed by pip. I had to install manually.

I use choices and autofilter in a column, the list produced fine with initial query. And I add a sidebar search as example. But the choice list won't update as...

Currently there is no aggreate values for m2m_foreign_field like count, sum. If there is aggregate values then there is no need to write initial query set

Has anyone come up with a nice way to export table data from a filtered query ignoring pagination into a CSV or similar? My understanding is that [Buttons](https://datatables.net/extensions/buttons/) is a...

Thank you very much for your efforts Is there a possibility to filter date_time in the library? I want to filter the date column from a certain time to a...