Skip to main content

A bulma template for django-tables2

Project description

django-tables2_bulma-template

Installation

pip install django_table2_bulma_template Add to INSTALLED_APPS in your Django settings.py:

INSTALLED_APPS = [
    ...
    'django_tables2_bulma_template',
    ...
]

Setup

In your Django settings.py set:
DJANGO_TABLES2_TEMPLATE = "django-tables2/bulma.html"

Customization

You can extend the template provided by this package and customize it by overriding blocks. E.g.

# templates/my_bulma_table.html
{% extends 'django-tables2/bulma.html' %}

{% block table %}
    Your custom table html
{% endblock table %}

Supported blocks you can override:

  • table-wrapper : Container that wraps the table
  • table: The actual table html element
  • table.thead: The table head
  • table.thead.row: The table head row that contains the column headers
  • table.thead.th: Individual table <th>...</th>
  • table.tbody: The table body
  • table.tbody.row: Individual table row
  • table.tbody.td: Individual data cell
  • table.tbody.empty_text: Text that is shown if table is empty
  • table.tfoot: Footer element of table
  • table.tfoot.row: Footer rows
  • table.tfoot.td: Footer cells
  • pagination: Pagination for this table
  • pagination.previous: Customize html to shown to navigate to previous page
  • pagination.previous.text: Text/Icons shown to navigate to previous page
  • pagination.next: Customize html to shown to navigate to next page
  • pagination.next.text: Text/Icons shown to navigate to next page
  • pagination.range: Range of pages shown in pagination

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

django-tables2_bulma-template-0.2.0.tar.gz (7.1 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file django-tables2_bulma-template-0.2.0.tar.gz.

File metadata

  • Download URL: django-tables2_bulma-template-0.2.0.tar.gz
  • Upload date:
  • Size: 7.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

File hashes

Hashes for django-tables2_bulma-template-0.2.0.tar.gz
Algorithm Hash digest
SHA256 9c0fb5d4ed284634a2d11d91440701b0259b8cf3d39ce1ea0743097866774908
MD5 a4e5403ad24bb16e579a045c6dc7032c
BLAKE2b-256 5e8da76dc4127ef05bfef39007430f942758455c013d3d0619b5592509b6d5b6

See more details on using hashes here.

File details

Details for the file django_tables2_bulma_template-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: django_tables2_bulma_template-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 7.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

File hashes

Hashes for django_tables2_bulma_template-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f6cef5863fc712afa87a07dd8c1472f0d3eeec6c098435864a5dbf527bee10d3
MD5 f39afd0865d63cb4726b611b5954b1ec
BLAKE2b-256 c19bc6e5d54c068539c8e743c9d94338f1ae5eecf6abd875f23b414f5ca4fbf9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page