Scrollbar in search results when all columns are visible #4299

Closed
opened 2025-12-29 18:34:30 +01:00 by adam · 2 comments
Owner

Originally created by @PieterL75 on GitHub (Nov 24, 2020).

Environment

  • Python version:
  • NetBox version: v2.9.9

Steps to Reproduce

  1. go to the vlan overview
  2. enable all colums to be visible
  3. make sure to have vlan group, sites and tags on the vlans

Expected Behavior

The search results show all columns, without a scrollbar

Observed Behavior

The search result is no showing all columns in one view. There is a scrollbar at the bottom

Originally created by @PieterL75 on GitHub (Nov 24, 2020). ### Environment * Python version: * NetBox version: v2.9.9 <!-- Describe in detail the exact steps that someone else can take to reproduce this bug using the current stable release of NetBox. Begin with the creation of any necessary database objects and call out every operation being performed explicitly. If reporting a bug in the REST API, be sure to reconstruct the raw HTTP request(s) being made: Don't rely on a client library such as pynetbox. --> ### Steps to Reproduce 1. go to the vlan overview 2. enable all colums to be visible 3. make sure to have vlan group, sites and tags on the vlans <!-- What did you expect to happen? --> ### Expected Behavior The search results show all columns, without a scrollbar <!-- What happened instead? --> ### Observed Behavior The search result is no showing all columns in one view. There is a scrollbar at the bottom
adam closed this issue 2025-12-29 18:34:30 +01:00
Author
Owner

@jeremystretch commented on GitHub (Nov 24, 2020):

This is expected behavior: horizontal scrolling is necessary to fit the entire table.

@jeremystretch commented on GitHub (Nov 24, 2020): This is expected behavior: horizontal scrolling is necessary to fit the entire table.
Author
Owner

@PieterL75 commented on GitHub (Nov 30, 2020):

Why would you limit the width of the table, if there is a lot more room on the page ? I have over 1/3th of my whitespace on my page...
Can it be set, that the scrollbar only shows when if there is no more whitespace ?
It hides info that my fellow users of our netbox instance would like to see without scrolling

@PieterL75 commented on GitHub (Nov 30, 2020): Why would you limit the width of the table, if there is a lot more room on the page ? I have over 1/3th of my whitespace on my page... Can it be set, that the scrollbar only shows when if there is no more whitespace ? It hides info that my fellow users of our netbox instance would like to see without scrolling
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#4299