ASNs column on Site records is not sortable #6182

Closed
opened 2025-12-29 19:37:47 +01:00 by adam · 1 comment
Owner

Originally created by @falz on GitHub (Mar 8, 2022).

NetBox version

v3.1.9

Python version

3.8

Steps to Reproduce

Ability to see new style ASNs values was added in https://github.com/netbox-community/netbox/issues/8664 (yay!) However one cannot sort the table by this column like we can with other fields.

  1. Go to /dcim/sites
  2. Configure Table -> Add ASNs column
  3. Attempt to sort by ASNs column

Expected Behavior

ASNs clickable/sortable like other column headers

Observed Behavior

Not clickable/sortable

Originally created by @falz on GitHub (Mar 8, 2022). ### NetBox version v3.1.9 ### Python version 3.8 ### Steps to Reproduce Ability to see new style ASNs values was added in https://github.com/netbox-community/netbox/issues/8664 (yay!) However one cannot sort the table by this column like we can with other fields. 1. Go to `/dcim/sites` 2. Configure Table -> Add ASNs column 3. Attempt to sort by ASNs column ### Expected Behavior ASNs clickable/sortable like other column headers ### Observed Behavior Not clickable/sortable
adam closed this issue 2025-12-29 19:37:47 +01:00
Author
Owner

@jeremystretch commented on GitHub (Mar 8, 2022):

The ASNs column is not orderable because it's a many-to-many relationship.

@jeremystretch commented on GitHub (Mar 8, 2022): The ASNs column is not orderable because it's a many-to-many relationship.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#6182