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

Easy integration between jQuery DataTables and Django.

Results 21 django-eztables issues
Sort by recently updated
recently updated
newest added

I wanted to use this as a workaround for issue #12 with ``` "aoColumns": [ null, { "bSearchable": false }, null, ... ] ``` and noticed that the bSearchable option...

I got that error when installing your module from pypi. According to that issue: https://github.com/NixOS/nixpkgs/issues/270 There is a work aroung at least with easy_install. Getting distribution for 'django-eztables'. zip_safe flag...

Hello, this is an auto-generated Pull Request. ([Feedback?](mailto:[email protected]?subject=pypip.in%20Badge%20Bot%20Feedback%3A%20django-eztables)) Some time ago, [pypip.in](https://web.archive.org/web/20150318013508/https://pypip.in/) shut down. This broke the badges for a bunch of repositories, including `django-eztables`. Thankfully, an equivalent service is...

by removing mimetype=JSON_MIMETYPE in eztables\views.py this error can be fixed new view.py: [view.txt](https://github.com/noirbizarre/django-eztables/files/1316248/view.txt)

Hi everyone ! It's been a pleasure to develop and maintain this application for Django. Unfortunately, I can't maintain it anymore, mostly because I'm not using Django anymore and I...

bug
enhancement
question

Not sure if you've abandoned this or just been too busy to update it but I can't help but feel like - as this is the 'official' repo it should...

Hey there I am having an issue with master the demo with the navigation not adding the class "pagination" to the `` so that bootstrap might be able to stylize...

Hi @noirbizarre, There is a small bugfix in commit 3a6b492d2ef6dd3d82727aa03c4deb7b1d1ffdea that is necessary to be able to use eztables with Django 1.7 (just released yesterday). The latest version on pypi...

Hi @noirbizarre and folks. This has also been a issue with me. I wanted to display data defined as `@property` and also transform the data to present it in a...

Fantastic work and very easy to set up datatables (have it working with tabletools and editor = very nice). However, I very quickly find myself needing/wanting to be able to...