Skip to main content

Tabulator: The easy to use, fully featured, interactive table JavaScript library (repackaged for django)

Project description

Tabulator Repackaged for Django

Tabulator packaged in a Django reusable app.

Installation

pip install django-js-lib-tabulator

Usage

  1. Add "js_lib_tabulator" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [
        ...
        "js_lib_tabulator",
        ...
    ]
    
  2. In your template use:

    {% load static %}
    

    ...

    <link rel="stylesheet" href="{% static "tabulator/css/tabulator.css" %}">
    

    ...

    <script src="{% static "tabulator/js/tabulator.js" %}"></script>
    

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-js-lib-tabulator-4.9.3.0.tar.gz (718.3 kB view hashes)

Uploaded Source

Built Distribution

django_js_lib_tabulator-4.9.3.0-py3-none-any.whl (791.7 kB view hashes)

Uploaded Python 3

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