Checkbox column randomly disappears from tables under django-tables2 v1.7+ #1098

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

Originally created by @jeremystretch on GitHub (Jul 12, 2017).

Issue type: Bug report

Python version: 2.7.6
NetBox version: 2.0.9

When running as a WSGI service, the checkbox column (used for selecting multiple objects) is sometimes missing from rendered tables. This issue appears to have first surfaced with django-tables2 v1.7.0.

As a workaround, users can install django-tables2 v1.6.1:

pip[3] install django-tables2==1.6.1
Originally created by @jeremystretch on GitHub (Jul 12, 2017). ### Issue type: Bug report **Python version:** 2.7.6 **NetBox version:** 2.0.9 When running as a WSGI service, the checkbox column (used for selecting multiple objects) is sometimes missing from rendered tables. This issue appears to have first surfaced with django-tables2 v1.7.0. As a workaround, users can install django-tables2 v1.6.1: ``` pip[3] install django-tables2==1.6.1 ```
adam added the type: bug label 2025-12-29 16:28:49 +01:00
adam closed this issue 2025-12-29 16:28:49 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#1098