htmx_table is missing pagination #9659

Closed
opened 2025-12-29 21:20:32 +01:00 by adam · 0 comments
Owner

Originally created by @matejv on GitHub (May 13, 2024).

Originally assigned to: @jeremystretch on GitHub.

Deployment Type

Self-hosted

NetBox Version

v4.0.1

Python Version

3.11

Steps to Reproduce

  1. Set Page length to 25 under user preferences
  2. Create site X
  3. Create more than 25 locations within site X
  4. Navigate to site detail view for X

Expected Behavior

Locations table should show the first 25 locations and pagination below to be able to navigate to the rest of locations.

Observed Behavior

Only the first 25 locations are shown with no indication that more exist.

image

Curiously if you sort by any column, the pagination appears and is usable until the next full page refresh.

Originally created by @matejv on GitHub (May 13, 2024). Originally assigned to: @jeremystretch on GitHub. ### Deployment Type Self-hosted ### NetBox Version v4.0.1 ### Python Version 3.11 ### Steps to Reproduce 1. Set Page length to 25 under user preferences 2. Create site X 2. Create more than 25 locations within site X 3. Navigate to site detail view for X ### Expected Behavior Locations table should show the first 25 locations and pagination below to be able to navigate to the rest of locations. ### Observed Behavior Only the first 25 locations are shown with no indication that more exist. ![image](https://github.com/netbox-community/netbox/assets/1256843/c6865803-b1dc-447f-8c08-fd076e0ffcc2) Curiously if you sort by any column, the pagination appears and is usable until the next full page refresh.
adam added the type: bugstatus: acceptedseverity: medium labels 2025-12-29 21:20:32 +01:00
adam closed this issue 2025-12-29 21:20:33 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#9659