mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-11 19:09:36 -06:00
16 lines
1.0 KiB
Markdown
16 lines
1.0 KiB
Markdown
# User Preferences
|
||
|
||
The `users.UserConfig` model holds individual preferences for each user in the form of JSON data. This page serves as a manifest of all recognized user preferences in NetBox.
|
||
|
||
For end‑user guidance on resetting saved table layouts, see [Features > User Preferences](../features/user-preferences.md#clearing-table-preferences).
|
||
|
||
## Available Preferences
|
||
|
||
| Name | Description |
|
||
|--------------------------|---------------------------------------------------------------|
|
||
| data_format | Preferred format when rendering raw data (JSON or YAML) |
|
||
| pagination.per_page | The number of items to display per page of a paginated table |
|
||
| pagination.placement | Where to display the paginator controls relative to the table |
|
||
| tables.${table}.columns | The ordered list of columns to display when viewing the table |
|
||
| tables.${table}.ordering | A list of column names by which the table should be ordered |
|