Upgrade django_tables2 to 1.6.0 #896

Closed
opened 2025-12-29 16:26:47 +01:00 by adam · 0 comments
Owner

Originally created by @bellwood on GitHub (May 1, 2017).

django_tables2 now has an option to render responsive tables via bootstrap via either:

{% render_table table "django_tables2/bootstrap-responsive.html" %}

or

class MyTable(tables.Table):
    class Meta:
        template = 'django_tables2/bootstrap-responsive.html'

This would greatly improve the tables in use especially on smaller screen devices.

Thanks =)

Originally created by @bellwood on GitHub (May 1, 2017). django_tables2 now has an option to render responsive tables via bootstrap via either: ``` {% render_table table "django_tables2/bootstrap-responsive.html" %} ``` or ``` class MyTable(tables.Table): class Meta: template = 'django_tables2/bootstrap-responsive.html' ``` This would greatly improve the tables in use especially on smaller screen devices. Thanks =)
adam added the type: feature label 2025-12-29 16:26:47 +01:00
adam closed this issue 2025-12-29 16:26:47 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#896