Contents

django-tables2 2.8.0

0

Table/data-grid framework for Django

Table/data-grid framework for Django

Stars: 2001, Watchers: 2001, Forks: 439, Open Issues: 101

The jieter/django-tables2 repo was created 15 years ago and the last code push was 2 weeks ago.
The project is very popular with an impressive 2001 github stars!

How to Install django-tables2

You can install django-tables2 using pip

pip install django-tables2

or add it to a project with poetry

poetry add django-tables2

Package Details

Author
None
License
All changes made to django-tables2 since forking from django-tables are Copyright (c) 2011, Bradley Ayers <http://bradleyayers.com> All rights reserved.
    Redistribution is permitted under the same terms as the original
    django-tables license. The original django-tables license is included
    below.
    
    
    Copyright (c) 2008, Michael Elsdörfer &lt;http://elsdoerfer.name&gt;
    All rights reserved.
    
    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions
    are met:
    
        1. Redistributions of source code must retain the above copyright
           notice, this list of conditions and the following disclaimer.
    
        2. Redistributions in binary form must reproduce the above
           copyright notice, this list of conditions and the following
           disclaimer in the documentation and/or other materials
           provided with the distribution.
    
    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    &#34;AS IS&#34; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
    FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
    COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
    INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
    BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
    CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
    ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
    POSSIBILITY OF SUCH DAMAGE.</dd>
Homepage
None
PyPi:
https://pypi.org/project/django-tables2/
Documentation:
https://django-tables2.readthedocs.io/en/latest/
GitHub Repo:
https://github.com/jieter/django-tables2

Classifiers

  • Internet/WWW/HTTP
  • Software Development/Libraries
No  django-tables2  pypi packages just yet.

Errors

A list of common django-tables2 errors.

Code Examples

Here are some django-tables2 code examples and snippets.

GitHub Issues

The django-tables2 package has 101 open issues on GitHub

  • Bump actions/cache from 5.0.1 to 5.0.2
  • Replace custom templatetag with Django querystring in default templates
  • Allow case-insensitive ordering / support lookups in Column.order_by
  • Feature Request: Make dict a option instead of a list in MultiTableMixin
  • querystring templatetag shadows built-in Django 5.1 templatetag with same name
  • Add optional context_object_name to TemplateColumn and make extra_context optionally callable

See more issues on GitHub

Related Packages & Articles