Control of tables in templates sans BS.
Project description
Control of html tables - paging, sorting, css, checkbox column, primary-key column, help text, custom columns, model field columns, foreign key field columns etc. in templates with a beautiful declarative syntax.
If the above is not enough, Coffee Table will automatically optimize your query using select_related so that each page of the table will be rendered by a single SQL query.
Installation
CoffeeTable is at the cheeseshop:
pip install django_coffee_table
Usage
To use coffee_table in your project:
Set up dependencies according to their respective documentation:
Include django_coffee_table in your INSTALLED_APPS.
Open your template and load up the coffee_table tags library:
{% load coffee_table %}
Basic usage:
{% coffee_table object_list %}
Advanced usage:
{% coffee_table object_list field_accessors='name, content_type__app_label' paginate_by='10' table_class='table table-condensed' checkbox_column=True primary_key_column=True help_text=True %}
Please see the included test project for more help.
History
1.0.0 (2014-05-27)
First stable release after gtting to 98% test coverage.
0.3.0 (2013-11-26)
Support for automatic queryset optimization using select_related.
0.2.2 (2013-11-26)
Added support for FK fields in tebles using the __ notation.
0.2.1 (2013-11-26)
Included tag_parser for kwarg parsing in the coffee_table tag.
0.2.0 (2013-11-26)
Improved documentation.
0.1.0 (2013-11-26)
First release on PyPI.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django_coffee_table-1.0.1.tar.gz
.
File metadata
- Download URL: django_coffee_table-1.0.1.tar.gz
- Upload date:
- Size: 13.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 234d1f3d8b30dd6ed31e45803b064dd846ff6e1b51ec5813c2d4bfaba03c083f |
|
MD5 | be939f9ed9b4f697d197af7058607ade |
|
BLAKE2b-256 | e28e02cf9023c8cdfda2ed951364a5e5be4e31e4199e4944973189eb34f14561 |