Skip to main content

Pelican plugin for wrapping table into classed div

Project description

Build Status PyPI Version License

Pelican plugin for wrapping table into classed div .table_wrapper. It allows you to better style tables. E.g. make them scrollable on small displays.

Installation

This plugin can be installed via:

python -m pip install pelican-table-wrapper

Usage

To use this plugin you have to add it to PLUGINS variable in pelicanconf.py:

PLUGINS = ['table_wrapper', ...]

If you don't want add .table_wrapper to your CSS, plugin can generate self-styled elements. Just specify style that you want in pelicanconf.py:

TABLE_WRAPPER = {'style':'overflow: auto;'}

Contributing

Contributions are welcome and much appreciated. Every little bit helps. You can contribute by improving the documentation, adding missing features, and fixing bugs. You can also help out by reviewing and commenting on existing issues.

To start contributing to this plugin, review the Contributing to Pelican documentation, beginning with the Contributing Code section.

License

This project is licensed under the MIT license.

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

pelican-table-wrapper-1.0.0.tar.gz (5.0 kB view hashes)

Uploaded Source

Built Distribution

pelican_table_wrapper-1.0.0-py3-none-any.whl (3.9 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