We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 =)
The text was updated successfully, but these errors were encountered:
Allow responsive tables (#1124)
4035b87
* Make tables responsive #1115 Resolves #1115
Allow responsive tables (netbox-community#1124)
327d687
* Make tables responsive netbox-community#1115 Resolves netbox-community#1115
Successfully merging a pull request may close this issue.
django_tables2 now has an option to render responsive tables via bootstrap via either:
or
This would greatly improve the tables in use especially on smaller screen devices.
Thanks =)
The text was updated successfully, but these errors were encountered: