django-tables2 2.7.0
0
Table/data-grid framework for Django
Contents
Table/data-grid framework for Django
Stars: 1888, Watchers: 1888, Forks: 428, Open Issues: 87The jieter/django-tables2
repo was created 13 years ago and the last code push was 5 days ago.
The project is very popular with an impressive 1888 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
- Bradley Ayers
- License
- Simplified BSD
- Homepage
- https://github.com/jieter/django-tables2/
- PyPi:
- https://pypi.org/project/django-tables2/
- GitHub Repo:
- https://github.com/jieter/django-tables2
Classifiers
- Internet/WWW/HTTP
- Software Development/Libraries
Related Packages
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 87 open issues on GitHub
- Make it clear that render_link() has been removed from LinkColumn in the Changelog
- When adding a column with "extra_columns", render is not triggered
- Footer row not exported
- Pagination reference have changed to get_paginate_by()