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

django-datatable is a customizable table application of django based on jquery datatable.

Results 37 django-datatable issues
Sort by recently updated
recently updated
newest added

For example, I have this: ``` Customer ``` I want to search it from field `customer.first_name` also `customer.last_name`, how I can combinate it all? egg look like this _(or by...

hi all, is there a data-table modification feature in this library, for example deleting a row or modifying a cell and then save it back to the data source? Thanks

Hi. When I wanna use the ajax_source code it give me the error below : django.urls.exceptions.NoReverseMatch: Reverse for 'ajax_source_api' not found. 'ajax_source_api' is not a valid view function or pattern...

Did not test with Python 2, so please do so before merging. (Who even uses Python 2 in 2015? :see_no_evil:)

Was missing a simple quote in URL code at readme :)

i have added the buttons COPY/EXCEL/PDF to the page by using the templages file buttons_table.html, but i don't know how to add Colvis to my page, could any one advice?

A think that this package is awesome, but this is only on Python 2. There are plans to port it to Python 3? How can I help?

**#tables.py** ``` #save state of table between PostBack , Redirect ... (saves filter,search,etc ... ) self.save_state = getattr(options, 'stateSave', False) ``` **#table.html** ``` {% block save_table_state %} "stateSave": {{ save_state...

with ajax = true i use this code code = LinkColumn(header=u'Code', links=[Link(viewname='het', args=(A('code'),) , text=A('code'))]) it can pagination and link correctly and show complete list but when search it show...