Download django eztables Free Java Code

Description

Easy integration between jQuery Data Tables and Django.

Icons

django eztables

Source Files

The download file django-eztables-master.zip has the following entries.


.gitignore/*from www .j a  v a 2  s  . c o  m*/
.travis.yml
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
Makefile
README.rst
coverage.rc
doc/Makefile
doc/api.rst
doc/changelog.rst
doc/conf.py
doc/contribute.rst
doc/index.rst
doc/integration.rst
doc/localization.rst
doc/make.bat
doc/serverside.rst
doc/templatetags.rst
eztables/__init__.py
eztables/demo/__init__.py
eztables/demo/admin.py
eztables/demo/fixtures/browsers.json
eztables/demo/models.py
eztables/demo/static/css/bootstrap-responsive.css
eztables/demo/static/css/bootstrap-responsive.min.css
eztables/demo/static/css/bootstrap.css
eztables/demo/static/css/bootstrap.min.css
eztables/demo/static/css/eztables.demo.css
eztables/demo/static/css/solarized_dark.css
eztables/demo/static/img/DataTables.png
eztables/demo/static/img/favicon.ico
eztables/demo/static/img/glyphicons-halflings-white.png
eztables/demo/static/img/glyphicons-halflings.png
eztables/demo/static/js/eztables.client.js
eztables/demo/static/js/eztables.demo.js
eztables/demo/static/js/eztables.server.base.js
eztables/demo/static/js/eztables.server.custom.js
eztables/demo/static/js/eztables.server.js
eztables/demo/static/js/eztables.server.objects.js
eztables/demo/static/js/eztables.server.search.js
eztables/demo/static/js/libs/bootstrap.min.js
eztables/demo/static/js/libs/highlight.pack.js
eztables/demo/static/js/libs/modernizr-2.5.3-respond-1.1.0.min.js
eztables/demo/static/snippets/bootstrap.html
eztables/demo/templates/eztables/base.html
eztables/demo/templates/eztables/client-side.html
eztables/demo/templates/eztables/deferred-loading.html
eztables/demo/templates/eztables/index.html
eztables/demo/templates/eztables/localization.html
eztables/demo/templates/eztables/server-side-base.html
eztables/demo/templates/eztables/server-side-custom.html
eztables/demo/templates/eztables/server-side-objects.html
eztables/demo/templates/eztables/server-side-search.html
eztables/demo/templates/eztables/server-side.html
eztables/demo/tests.py
eztables/demo/views.py
eztables/forms.py
eztables/models.py
eztables/settings.py
eztables/static/css/datatables.bootstrap.css
eztables/static/css/datatables.demo.css
eztables/static/images/back_disabled.png
eztables/static/images/back_enabled.png
eztables/static/images/back_enabled_hover.png
eztables/static/images/forward_disabled.png
eztables/static/images/forward_enabled.png
eztables/static/images/forward_enabled_hover.png
eztables/static/images/sort_asc.png
eztables/static/images/sort_asc_disabled.png
eztables/static/images/sort_both.png
eztables/static/images/sort_desc.png
eztables/static/images/sort_desc_disabled.png
eztables/static/js/libs/datatables/datatables.bootstrap.js
eztables/static/js/libs/datatables/datatables.bootstrap.min.js
eztables/static/js/libs/datatables/datatables.django.js
eztables/static/js/libs/datatables/datatables.django.min.js
eztables/static/js/libs/datatables/jquery.dataTables.js
eztables/static/js/libs/datatables/jquery.dataTables.min.js
eztables/static/js/libs/datatables/language.ar.json
eztables/static/js/libs/datatables/language.cs.json
eztables/static/js/libs/datatables/language.da.json
eztables/static/js/libs/datatables/language.de.json
eztables/static/js/libs/datatables/language.el.json
eztables/static/js/libs/datatables/language.es.json
eztables/static/js/libs/datatables/language.et.json
eztables/static/js/libs/datatables/language.fa.json
eztables/static/js/libs/datatables/language.fi.json
eztables/static/js/libs/datatables/language.fr.json
eztables/static/js/libs/datatables/language.ga.json
eztables/static/js/libs/datatables/language.he.json
eztables/static/js/libs/datatables/language.hi.json
eztables/static/js/libs/datatables/language.hr.json
eztables/static/js/libs/datatables/language.hu.json
eztables/static/js/libs/datatables/language.id.json
eztables/static/js/libs/datatables/language.it.json
eztables/static/js/libs/datatables/language.ja.json
eztables/static/js/libs/datatables/language.ka.json
eztables/static/js/libs/datatables/language.lt.json
eztables/static/js/libs/datatables/language.lv.json
eztables/static/js/libs/datatables/language.mk.json
eztables/static/js/libs/datatables/language.nl.json
eztables/static/js/libs/datatables/language.nn.json
eztables/static/js/libs/datatables/language.pl.json
eztables/static/js/libs/datatables/language.pt-br.json
eztables/static/js/libs/datatables/language.pt.json
eztables/static/js/libs/datatables/language.ro.json
eztables/static/js/libs/datatables/language.ru.json
eztables/static/js/libs/datatables/language.sk.json
eztables/static/js/libs/datatables/language.sl.json
eztables/static/js/libs/datatables/language.sr-latn.json
eztables/static/js/libs/datatables/language.sv.json
eztables/static/js/libs/datatables/language.th.json
eztables/static/js/libs/datatables/language.tr.json
eztables/static/js/libs/datatables/language.uk.json
eztables/static/js/libs/datatables/language.ur.json
eztables/static/js/libs/datatables/language.vi.json
eztables/static/js/libs/datatables/language.zh-cn.json
eztables/static/js/libs/datatables/language.zh-tw.json
eztables/templatetags/__init__.py
eztables/templatetags/eztables.py
eztables/tests.py
eztables/urls.py
eztables/views.py
eztables/wsgi.py
manage.py
pep8.rc
pylint.rc
release.sh
requirements/develop.pip
requirements/install.pip
requirements/jenkins.pip
requirements/reporting.pip
requirements/test.pip
requirements/travis.pip
setup.py
tox.ini

Download

Click the following link to download django-eztables-master.zip.

django-eztables-master.zip




















Home »
  Javascript Free Code Download »
    Development »




Algorithm
API
Asp.Net
Azure
CoffeeScript
Collection
Component
Data Structure
Date
Demo
Django
Drupal
Example
Filter
GeoLocation
Markdown
MVC
Parse
Php
Plugin
Prototype
Python
Sample
SDK
Snippet
Stream
Titanium
Utility
Web
WebApplication
XML
YAML
ZooKeeper