Remember user's pagination preference #3603

Closed
opened 2025-12-29 18:30:05 +01:00 by adam · 1 comment
Owner

Originally created by @jeremystretch on GitHub (Apr 24, 2020).

Environment

  • Python version: 3.6.9
  • NetBox version: 2.8.1

Proposed Functionality

Remember the user's previous selection for "per page" when viewing a paginated set of objects. For example, if the default page size is 50 (as defined by PAGINATE_COUNT in configuration.py) but a user selects a length of 100, NetBox should remember that user's preference and apply it for all objects.

(This feature is actually being implemented as a POC under #3294. I've opened this issue merely to document the feature.)

Use Case

Allows for a slightly more convenient UX.

Database Changes

None

External Dependencies

None

Originally created by @jeremystretch on GitHub (Apr 24, 2020). ### Environment * Python version: 3.6.9 * NetBox version: 2.8.1 ### Proposed Functionality Remember the user's previous selection for "per page" when viewing a paginated set of objects. For example, if the default page size is 50 (as defined by `PAGINATE_COUNT` in `configuration.py`) but a user selects a length of 100, NetBox should remember that user's preference and apply it for all objects. (This feature is actually being implemented as a POC under #3294. I've opened this issue merely to document the feature.) ### Use Case Allows for a slightly more convenient UX. ### Database Changes None ### External Dependencies None
adam added the status: acceptedtype: feature labels 2025-12-29 18:30:05 +01:00
adam closed this issue 2025-12-29 18:30:06 +01:00
Author
Owner

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

Implemented in #4532

@jeremystretch commented on GitHub (Apr 24, 2020): Implemented in #4532
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#3603