Skip to content

Releases: djk2/django-tables2-column-shifter

v2.2.0

03 May 09:02
92a49e6
Compare
Choose a tag to compare
  • Add new classes:

    • ColumnShiftTableBootstrap4Responsive - only for django-tables2 >= 2.5.0
    • ColumnShiftTableBootstrap5Responsive - only for django-tables2 >= 2.5.3

    Classes able to use responsive tables with Bootstrap v4 and v5
    Author: @mpibpc-mroose

v2.1.1

07 Apr 07:20
e80b34d
Compare
Choose a tag to compare
  • Add the $.django_tables2_column_shifter_init api to initialize the column shifter
    for tables that are added to the DOM after the page has loaded (@spapas)

v2.1.0: Merge pull request #32 from djk2/issue#29

06 Apr 14:27
ac496b2
Compare
Choose a tag to compare
  • Add possibility to exclude columns from shifting via column_excluded
  • Support for Python 3.10
  • Support for Django 4.0
  • Support for Django 4.2
  • Support django-tables2 v2.5.3

v2.0.3

14 Apr 20:07
Compare
Choose a tag to compare
  • Fix small gaps for documentation in README.rst file

v2.0.2

09 Apr 06:21
97b9516
Compare
Choose a tag to compare
  • Support for Django 3.2

v2.0.1

06 Apr 07:58
a9b0a41
Compare
Choose a tag to compare
  • Migrate tests from Travis to GitHub Actions + drop tests for Python v2.
    Stil, tests based on 'tox'.

v2.0.0

01 Apr 13:20
Compare
Choose a tag to compare
  • Support for Django 3.1
  • Tests with django-tables2 v2.3
  • Add support for Bootstrap5 - issue #19
  • Add special classes ColumnShiftTableBootstrap3,
    ColumnShiftTableBootstrap4 and ColumnShiftTableBootstrap5
  • Change default inherit for django_tables2_column_shifter/templtes/table.html
    from django_tables2_column_shifter/bootstrap.html to django_tables2_column_shifter/bootstrap4.html
    so class ColumnShiftTable by default call bootstrap4 template from django-tables2 - refere to issue #18

If you use different bootstrap version then 4 please use one of class: ColumnShiftTableBootstrap2/3/4/5

v0.5.2

14 Sep 09:08
Compare
Choose a tag to compare
Version v0.5.2

v0.4.0

27 Feb 15:05
a9e16c0
Compare
Choose a tag to compare

Support for djt2 v1.19.0

v0.3.1

24 May 17:57
Compare
Choose a tag to compare
Update requirements + support