-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Labels
complexity: lowRequires minimal effort to implementRequires minimal effort to implementnetboxstatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: featureIntroduction of new functionality to the applicationIntroduction of new functionality to the application
Milestone
Description
NetBox version
4.1.3
Feature type
Change to existing functionality
Triage priority
N/A
Proposed functionality
Add zebra striping to rows in tables.
Add 5-10% difference in background colors between rows.
Use case
In wide tables with a large number of columns, you can position yourself faster and read the desired line across the entire width.
Database changes
No response
External dependencies
No response
tyler-8, ITJamie and matejzeroPieterL75
Metadata
Metadata
Assignees
Labels
complexity: lowRequires minimal effort to implementRequires minimal effort to implementnetboxstatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: featureIntroduction of new functionality to the applicationIntroduction of new functionality to the application
Type
Projects
Relationships
Development
Select code repository
Activity
arthanson commentedon Oct 10, 2024
This is a simple change to add table-striped to netbox/tables/tables.py in BaseTable Meta attrs:
Here are screenshots for what it looks like:


click0 commentedon Oct 10, 2024
Yes, that's much better.
Please add this change to the new version of Netbox.
PieterL75 commentedon Oct 22, 2024
I rather like a highlight when hovering over a row, rather than these striping and a small line between the rows... just as it is now
Stripes are just too much
ITJamie commentedon Oct 22, 2024
I find the striping is much more readable
jeremystretch commentedon Oct 23, 2024
FWIW we can also combine the stripe and hover effects. But yes, it is subjective. This might be one of those rare instances where I actually support introducing a user preference.
github-actions commentedon Apr 25, 2025
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. NetBox is governed by a small group of core maintainers which means not all opened issues may receive direct feedback. Do not attempt to circumvent this process by "bumping" the issue; doing so will result in its immediate closure and you may be barred from participating in any future discussions. Please see our contributing guide.
Fixes netbox-community#17719: User settings for hover and stripe
Fixes netbox-community#17719: User setting table stripe
Fixes netbox-community#17719: User setting table stripe
Fixes netbox-community#17719: User settings for table stripe (netbox-…