2020-04-24 09:23:58 -04:00
# 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.
## Available Preferences
2022-01-10 14:03:07 -05:00
| 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 |
2022-01-19 09:14:38 -05:00
| pagination.placement | Where to display the paginator controls relative to the table |
2022-01-10 14:03:07 -05:00
| 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 |