{ "info": { "author": "Grzegorz T\u0119\u017cycki", "author_email": "grzegorz.tezycki@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Utilities" ], "description": "django-tables2-column-shifter\n------------------------------\n\n\n.. image:: https://badge.fury.io/py/django-tables2-column-shifter.svg\n :target: https://badge.fury.io/py/django-tables2-column-shifter\n :alt: Latest PyPI version\n\n\n.. image:: https://travis-ci.org/djk2/django-tables2-column-shifter.svg?branch=master\n :target: https://travis-ci.org/djk2/django-tables2-column-shifter\n :alt: Travis CI\n\n\n.. image:: https://requires.io/github/djk2/django-tables2-column-shifter/requirements.svg?branch=master\n :target: https://requires.io/github/djk2/django-tables2-column-shifter/requirements/?branch=master\n :alt: Requirements Status\n\n\nAbout the app:\nSimple extension for django-tables2 to dynamically show or hide columns using jQuery.\nApplication uses web storage to store information whih columns are visible or not.\nUsing JQuery, Bootstrap3 or Bootstrap4 and Django >=1.9.\n\n- Tested by tox with:\n\n * Python :2.7, 3.6, 3.7\n * Django : 1.9, 1.10, 1.11, 2.0, 2.1\n * django-tables2 : 1.5, 1.6, ..., 1.21, 2.0, master\n\n- Supported:\n\n * Django >= 1.9\n * django-tables2 >= 1.5.0 (earlier version probably will be work but wasn't tested)\n * **bootstrap2** / **bootstrap3** / **bootstrap4** / **bootstrap4.1.3**\n * **JQuery**\n\n- Supported locale:\n\n * EN - (English)\n * PL - (Polish)\n * EL - (Greek / Hellenic Republic)\n * PT-BR - (Portuguese - Brazilian)\n\n\nMore information about django-tables in here: https://django-tables2.readthedocs.io/\n\n\nScreens:\n----------\n\n.. image:: https://raw.githubusercontent.com/djk2/django-tables2-column-shifter/master/doc/static/scr1.png\n :alt: screen 1\n\n.. image:: https://raw.githubusercontent.com/djk2/django-tables2-column-shifter/master/doc/static/scr2.png\n :alt: screen 2\n\n\nHow to Install:\n---------------\n1. Install django-tables2-column-shifter using::\n\n\n pip install django-tables2-column-shifter\n\n or\n\n pip install git+https://github.com/djk2/django-tables2-column-shifter\n\n or\n\n pip install django-tables2-column-shifter.zip\n\n or\n\n pip install django-tables2-column-shifter.tar.gz\n\n\n2. Add ``django_tables2_column_shifter`` to your ``INSTALLED_APPS`` setting (after django_tables2) like this ::\n\n INSTALLED_APPS = [\n ...,\n 'django_tables2',\n 'django_tables2_column_shifter',\n ...,\n ]\n\n3. Add path to js script: ``django_tables2_column_shifter.min.js`` in your base django template.\n Script must be add after jquery.js aand bootstrap.js and before
\n ...\n ...\n {# require #}\n \n\n \n