Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade django_tables2 to 1.6.0 #1115

Closed
bellwood opened this issue May 1, 2017 · 0 comments · Fixed by #1124
Closed

Upgrade django_tables2 to 1.6.0 #1115

bellwood opened this issue May 1, 2017 · 0 comments · Fixed by #1124
Labels
type: feature Introduction of new functionality to the application

Comments

@bellwood
Copy link
Contributor

bellwood commented 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 =)

@jeremystretch jeremystretch added the type: feature Introduction of new functionality to the application label May 1, 2017
jeremystretch pushed a commit that referenced this issue May 3, 2017
* Make tables responsive #1115

Resolves #1115
lampwins pushed a commit to lampwins/netbox that referenced this issue Oct 13, 2017
@lock lock bot locked as resolved and limited conversation to collaborators Jan 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: feature Introduction of new functionality to the application
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants