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

Added functionality to export tables to CSV.

Hi I have started using this wonderful package in my application. I am stuck with one place where choices are enabled and it shows models field choices or db table...

question

For some reason, when using placeholder columns, only one can be used. However, when two or more placeholder columns are required the following error is thrown. `Exception: Column 1 ("custom_column_2")...

bug

I'm having an issue with the global search. When I attempt to search, I receive an "AttributeError: 'int' object has no attribute 'lower'" error. The error is obvious; you can't...

Hello all, I would like to load a language file as json during initialization instead of entering all translations manually. For this I wrote the following code ``` $(document).ready(function() {...

Hello everyone. Added general search and automatically added column search. So, the general search works, but the column does not. ![search1](https://user-images.githubusercontent.com/24889043/111907087-d7fd5a80-8a64-11eb-8498-bbd7e813406f.png) ![search2](https://user-images.githubusercontent.com/24889043/111907088-d92e8780-8a64-11eb-890e-5485d3c70d25.png) If you need more information, please tell me...

Hi, I'm trying to use the Javascript snippet for redrawing my tables without losing the current page position (shown here https://pypi.org/project/django-ajax-datatable/#redraw-table-holding-the-current-paging-position) and am having some trouble with it. These images...

Proposal to fix #84. If this should be optional, I would like to discuss which option is suitable to make it so.

Usually when there are mixed `None` values with numbers it is best to sort with `nulls_last` option. I suggest adding this option to the sorting, at least optional.

Thank you for your wonderful django-ajax-datatables repository! It has really helped me understand how to build efficient queries and snappy interfaces. I was wondering if you could guide me towards...