Django ezTables
  • Template tags
    • Initialization
    • Usage
      • datatables_js
      • bootstrap support
  • Server-side processing
    • Array-based JSON
    • Object-based JSON
    • Format patterns
    • Custom sort
    • Custom search
    • SQLite Warnings
  • Localization
  • Integration with other tools
    • Django Pipeline
    • RequireJS
      • Preloading prerequisites
      • path and shim configuration
  • API
    • eztables – Main package
    • eztables.forms – DataTables pagination form processing
    • eztables.views – DataTables server-side processing view
    • eztables.templatetags.eztables – Template tags
  • Contributing
    • Submitting issues
    • Submitting patches (bugfix, features, ...)
  • Changelog
    • Current
    • 0.3.2 (2013-06-07)
    • 0.3.1 (2013-05-05)
    • 0.3.0 (2013-04-30)
    • 0.2.2 (2013-03-02)
    • 0.2.1 (2013-02-08)
    • 0.2 (2013-02-07)
    • 0.1.2 (2013-02-07)
    • 0.1.1 (2013-02-07)
    • 0.1 (2013-02-07)
 
Django ezTables
  • Docs »
  • Edit on GitHub

Index

B | C | D | E | G | I | R | S | U

B

bRegex (eztables.forms.DatatablesForm attribute)

C

can_regex() (eztables.views.DatatablesView method)
column_search() (eztables.views.DatatablesView method)

D

DatatablesForm (class in eztables.forms)
DatatablesView (class in eztables.views)

E

eztables (module)
eztables.forms (module)
eztables.templatetags.eztables (module)
eztables.views (module)

G

get_orders() (eztables.views.DatatablesView method)
get_page() (eztables.views.DatatablesView method)
get_queryset() (eztables.views.DatatablesView method)
get_real_field() (in module eztables.views)
get_row() (eztables.views.DatatablesView method)
get_rows() (eztables.views.DatatablesView method)
global_search() (eztables.views.DatatablesView method)

I

iColumns (eztables.forms.DatatablesForm attribute)
iDisplayLength (eztables.forms.DatatablesForm attribute)
iDisplayStart (eztables.forms.DatatablesForm attribute)
iSortingCols (eztables.forms.DatatablesForm attribute)

R

render_to_response() (eztables.views.DatatablesView method)

S

sEcho (eztables.forms.DatatablesForm attribute)
sSearch (eztables.forms.DatatablesForm attribute)

U

UNSUPPORTED_REGEX_FIELDS (in module eztables.views)

© Copyright 2013, Axel Haustant.

Built with Sphinx using a theme provided by Read the Docs.